票据与证书 · NO INSTALL
extract invoices
A batch of invoices (PDF or page images) → one ledger-ready table: number, date, seller, buyer, net / tax / gross, currency. Each row is arithmetic-checked (net + tax = gross) and the batch total is re-added in code, so rows the model misread are flagged instead of quietly landing in your books. Give it up to 20 urls at once. CSV comes back UTF-8 with BOM so Excel opens it correctly. One URL. No install, no API key, free quota included.
Call it
curl "https://ainetcafe.com/t/extract_invoices?...params"
Response contains a hosted file URL. Free anonymous quota; beyond it $0.05/call (pay per call, or pair for a bigger free tier).
Also callable via MCP and the Python SDK.
Same family
check_resume — Check whether an ATS (applicant tracking system) can actually parse a resume: is the text extractable, are contact details and standard sections findable, do multi-column layouts or tables get in the way
extract_statement — Bank statement / transaction PDF → clean transaction table (JSON + CSV) with a reconciliation check: opening + credits - debits should equal closing
extract_statement — Bank statement / transaction PDF → clean transaction table (JSON + CSV) with a reconciliation check: opening + credits - debits should equal closing