Get Started
Quickstart
Start parsing your documents in minutes with the AnyParser SDK
Get started with AnyParser SDK
The quickest way to get started with AnyParser
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
The rest of this guide will go through a full content parsing example. To see how to get started with the other features, please browse the rest of the SDK reference.
Setup
First install any-parser from pypi
.
Next get your API key from the CambioML website.
Finally, set up your AnyParser
sync or async client.
anyparser_sync.py
anyparser_async.py
Full Examples
Check out these notebooks for more detailed examples of using AnyParser.