step-2: add convert_pdf.py (pymupdf4llm, low-memory)

Converts PDFs in sources/ to Markdown using pymupdf4llm (pure C,
~30-50 MB RAM, no ML models). Output: step-2/<stem>/raw.md + clean.md.
This commit is contained in:
2026-04-13 10:00:42 +02:00
parent 0768188c0a
commit 5a4fdc27ec
3 changed files with 86 additions and 0 deletions
+3
View File
@@ -1,2 +1,5 @@
# Step 0-1 — Ispezione e verifica PDF
pdfplumber==0.11.9
# Step 2 — Conversione PDF → Markdown
pymupdf4llm