AnyParser SDK Reference
Parse
Parse the full content from your documents into markdown format.
Overview
Using AnyParser
, you can parse the full content from your documents into markdown.
Setup
Refer to the Quickstart guide to install the AnyParser SDK and get your api key.
Next, set up your AnyParser
sync or async client.
anyparser_sync.py
anyparser_async.py
Output
A string containing the markdown representation of the given file.
Full Notebook Examples
Check out these notebooks for more detailed examples of using AnyParser BASE and PRO models:
- AnyParser Sync API: Parse 1-2 pages short documents (which will time out after 30 seconds).
- AnyParser Async API: Parse longer documents (which may take longer than 30 seconds).