CambioML home page
Search...
⌘K
Support
Sandbox
Sandbox
Search...
Navigation
AnyParser SDK Reference
Introduction
Documentation
SDK Reference
API Reference
Community
Blog
AnyParser SDK Reference
Introduction
Parse
Parse With OCR
Parse With Layout
Extract Key-Value
Extract Resume Key-Value
Extract PII
Extract Tables
On this page
Overview
File formats
Features
Sync vs Async API
API
AnyParser SDK Reference
Introduction
Overview
The
AnyParser
is a real-time parser designed to extract content from various file formats. It’s easiest to get started using the
AnyParser SDK
.
File formats
The SDK processes the following types of files:
PDF files
Office files
:
docx
,
pptx
Image files
:
png
,
jpg
,
jpeg
Features
The SDK has the following features:
Full content parsing
Key-value extraction
Tables extraction
Sync vs Async API
Sync API
: This is a blocking API that will return the results of the extraction. It will time out after 30 seconds.
Example Notebook
Async API
: This is an asynchronous API that will return a file ID. You can use this file ID to fetch the results of the extraction at a later time.
Example Notebook
API
If you’d prefer to call the RESTful API directly, please refer to the
API Reference
Parse
Assistant
Responses are generated using AI and may contain mistakes.