not backed by
combinator (yet)
High-accuracy document data extraction powered by AI
Integrate powerful document processing into your applications with our high accuracy, privacy-first, and developer friendly AI-powered API.
const client = new Parsefy()
const schema = new z.object({ ... })
const { object } = await client.extract({
file: new File([], "invoice.pdf"),
schema: schema
)}
File
PDF, DOCX, or JPEG
SCHEMA
ZOD SCHEMA