pdf_to_excel_inspect
PDF to Excel Inspector — Non-destructive scan of a PDF's tables before converting: per-table row/column counts, confidence flags, warnings. [category: pdf]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The PDF to scan (multipart field 'file', 25MB cap). Runs real extraction but returns JSON metadata only — nothing is converted. | |
| pages | No | Optional page range | |
| engine | No | Table detection engine; invalid values fall back to auto. | auto |
| ocrLang | No | OCR language (Tesseract code). | eng |
| ocrFirst | No | Run OCR before table extraction (scanned PDFs). | |
| tableIndexes | No | Comma-separated 0-based table indexes to keep. Empty = all tables. |