Get started with AnyParser SDK
The quickest way to get started withAnyParser is using the SDK.
If you’d prefer to call the RESTful API directly, please refer to the API Reference
The SDK has the following features:
- Full content parsing
- Key-value extraction
Setup
First install any-parser frompypi.

AnyParser sync or async client.
anyparser_sync.py
anyparser_async.py
Full Examples
Check out these notebooks for more detailed examples of using AnyParser.AnyParser Sync Example
Extracting content from a table of contents.
AnyParser Async Example
Extracting content from a table of contents.

