invoice_parse_text
Extract all text from a PDF invoice. Returns text per page and full combined text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_path | No | Server-side file path to PDF (alternative to base64) | |
| pdf_base64 | No | Base64-encoded PDF content |