Commit graph

2 commits

Author SHA1 Message Date
0d101203e4 feat(docs): extend extraction script to support arbitrary base directories
- Add --base-dir argument to extract_pikeos_docs.py
- Preserve source path relative to the chosen base directory
- Fix Path('.') resolution so --base-dir . works correctly
2026-07-06 23:16:27 +01:00
aa516bded6 feat(docs): add PikeOS PDF extraction helper script
- Add tools/extract_pikeos_docs.py to convert PDFs to markdown
- Generates YAML frontmatter with title, source, category, and page count
- Uses pdftotext for reliable plain-text extraction
2026-07-06 23:07:13 +01:00