Go to file
2025-04-05 21:32:01 +00:00
reader update 2025-04-05 21:32:01 +00:00
.gitignore init 2025-04-03 04:16:38 +00:00
analyze.py create structure json 2025-04-03 04:32:12 +00:00
Archive.zip init 2025-04-03 04:16:38 +00:00
code.py init 2025-04-03 04:16:38 +00:00
data_pdf.zip add pdf zip 2025-04-03 06:27:25 +02:00
README.md init 2025-04-03 04:16:38 +00:00
structure.json create structure json 2025-04-03 04:32:12 +00:00

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"
      ]
    }
  ]
}