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.
The SDK processes the following types of files:
docx
, pptx
png
, jpg
, jpeg
The SDK has the following features:
Sync API: This is a blocking API that will return the results of the extraction. It will time out after 30 seconds.
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.
If you’d prefer to call the RESTful API directly, please refer to the API Reference
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.
The SDK processes the following types of files:
docx
, pptx
png
, jpg
, jpeg
The SDK has the following features:
Sync API: This is a blocking API that will return the results of the extraction. It will time out after 30 seconds.
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.
If you’d prefer to call the RESTful API directly, please refer to the API Reference