| .gitignore | ||
| analyze.py | ||
| Archive.zip | ||
| code.py | ||
| README.md | ||
| structure.json | ||
Notes
filename: file-{counter}.docx -> file-{counter}.pdf
- group by title
structure:
{
topics: [
{
id: "t111",
title: "some title",
files: [
"file-11.pdf",
"file-42.pdf"
]
}
]
}