文档转换 · NO INSTALL
csv to qbo
Transaction CSV → .qbo / .ofx bank-feed file for QuickBooks and other accounting software. Needs date, description and amount columns; negative amounts are debits. One URL. No install, no API key, free quota included.
Call it
curl "https://ainetcafe.com/t/csv_to_qbo?...params"
Response contains a hosted file URL. Free anonymous quota; beyond it $0.004/call (pay per call, or pair for a bigger free tier).
Also callable via MCP and the Python SDK.
Same family
fix_csv_encoding — Repair a CSV that opens as garbled text in Excel: detects the real encoding, fixes mojibake (UTF-8 read as Latin-1), and re-emits UTF-8 with a BOM so Excel opens it correctly
extract_tables — PDF with tables → structured rows (JSON + CSV)
pdf_to_markdown — PDF or scanned page image → clean Markdown that keeps the structure: headings, lists, tables, and reading order for multi-column layouts
extract_tables — PDF with tables → structured rows (JSON + CSV)
pdf_to_markdown — PDF or scanned page image → clean Markdown that keeps the structure: headings, lists, tables, and reading order for multi-column layouts