Voice
Pdf To Excel
OpenClaw plugin to convert PDFs to Excel (XLSX) and CSV β extract tables and text from PDF invoices, reports, and financial statements into spreadsheet format. One sheet per page. Powered by PDFAPIHub API. Free API key at pdfapihub.com
Install
openclaw plugins install clawhub:pdf-to-excel
README
# PDF to Excel & CSV β OpenClaw Plugin
Extract tables from PDFs into Excel and CSV using the [PDFAPIHub](https://pdfapihub.com) API. Table detection with fallback, one sheet per page, and structured JSON parsing.
## Features
- **PDF to XLSX** β Each page becomes a separate sheet with detected tables
- **PDF to CSV** β Tabular data for databases and BI tools
- **Table Parsing** β Structured JSON with table data and bounding boxes
- **PyMuPDF Detection** β Smart table detection with line-by-line fallback
- **Page Selection** β Extract from specific pages only
## Tools
| `pdf_to_excel` | PDF tables β Excel workbook |
| `pdf_to_csv` | PDF tables β CSV |
| `parse_pdf_tables` | PDF tables β structured JSON |
| `pdf_info` | Page count and metadata |
## Installation
```bash
openclaw plugins install clawhub:pdf-to-excel
```
## Use Cases
- **Invoice Data** β Extract line items and totals from PDF invoices
- **Financial Statements** β Convert PDF bank statements to Excel
- **Report Mining** β Pull tabular data from PDF reports
- **Tax Preparation** β Extract financial data into spreadsheets
- **Data Pipelines** β Feed PDF table data into ETL processes
## License
MIT
voice
Comments
Sign in to leave a comment