Commit Graph

3 Commits

Author SHA1 Message Date
KPG Mentor
0cec1b5740 feat: extract individual page markdown files from PDFs
Generated pages/ subfolders for all documents:
- arbeit: 386 pages
- praxis: 297 pages
- EPG: 11 pages

Page numbers are 0-based PDF indices matching the book viewer.
Extracted using pdftotext.
2026-03-05 11:13:56 +00:00
KPG Mentor
18f655384f fix: subtract 1 from all book page indices (off-by-one correction)
- Decremented page numbers in arbeit.index.json (363 entries)
- Decremented page numbers in praxis.index.json (284 entries)
- Fixed book links in 31 markdown files (arbeit/praxis only)
- EPG links left unchanged (already correct)
- Display text 'Buch S. NNN' updated to match URL page numbers
- Fixed pre-existing validation: labels/availableLabels as JSON arrays
2026-03-05 10:37:33 +00:00
KPG Mentor
8a16015e0b Restructure documents/ to subfolder-per-document format with book files 2026-03-02 21:35:15 +00:00