Extract structured data from documents (invoices, receipts, purchase orders, bills of lading, bank statements, contracts, forms, ID documents, scans, photos of paper) with Parse by Conversion Tools, and build a production integration against its API. Covers getting an API key, defining an extraction schema, submitting a document, polling until the extraction reaches a terminal state, handling failures, replacing polling with webhooks, and exporting results to CSV or XLSX. Use when the user wants document data extraction, PDF-to-JSON with named fields, an OCR-and-structure pipeline, or asks how to integrate a document parsing API into their own code.
$npx -y skills add conversiontools/agent-skills --skill parse-integrationInstalls into the current project.
Run `npx skills use "https://github.com/conversiontools/agent-skills" --skill "conversiontools/agent-skills/parse-integration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/conversiontools/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/conversiontools/agent-skills"` and select the relevant skills, then follow their instructions.