pdf_to_excel_batch
PDF to Excel (Batch) — Apply the same PDF-to-Excel configuration to up to 20 PDFs. Returns a ZIP with per-file subfolders. [category: pdf]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Up to 20 input PDFs | |
| pages | No | Optional page range e.g. '1-5,10'. Empty = all pages. | |
| engine | No | Table detection engine. auto = tabula lattice → stream → libreoffice fallback. | auto |
| format | No | xlsx/csv/tsv are file downloads; json returns structured data. | xlsx |
| ocrLang | No | Any Tesseract code, passed raw to ocrmypdf -l (default eng). Read only when ocrFirst=true; on OCR failure extraction continues un-OCR'd. | eng |
| ocrFirst | No | Run ocrmypdf before extraction (beta — scanned PDFs). | |
| sheetMode | No | XLSX sheet strategy. CSV/TSV/JSON ignore this. | per-table |
| tableIndexes | No | Comma-separated 0-based indexes to keep (e.g. '0,2,3'). Empty = all tables. |