Go to file
2025-05-09 05:30:08 +02:00
.pnpm-store/v10 update 2025-05-09 05:30:08 +02:00
data_structure update 2025-05-09 05:30:08 +02:00
reader update 2025-04-06 03:03:04 +00:00
.gitignore init 2025-04-03 04:16:38 +00:00
README.md init 2025-04-03 04:16:38 +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"
      ]
    }
  ]
}