Overview
The Playground is a web-based application that lets you quickly try out our APIs without writing any code. You can run the Parse, Split, and Extract tools on your documents and see the output directly in the interface.
From Playground to Production
If you’re new to , start with the Playground rather than jumping straight into the APIs. The Playground gives you an immediate, visual way to explore what Parse, Split, and Extract can do with your specific documents. Use the Playground to:- Test your use case before writing any code. Upload your actual documents and see how handles them. Can it parse faxed medical records? Extract supplier IDs consistently across invoices from different vendors? Handle long financial tables in earnings reports? You’ll get immediate answers.
- Build extraction and split schemas visually. The schema wizard guides you through creating, editing, and validating schemas using a point-and-click interface.
- Export production-ready code. Once you’re satisfied with the results, the Playground generates the API or library code you need to replicate the same processing programmatically.
Files Are Organized into Projects
Files in the Playground are organized into projects. Projects let you group similar documents together. You can then create and apply extraction schemas across multiple documents at once.


