Get Started
Introduction
Welcome to AnyParser documentation
Overview
The AnyParser
is a real-time parser designed to extract content from various file formats, including PDFs and DOCX files. You can use AnyParser
either through the Python SDK library, or by directly calling the API.
AnyParser SDK
The easiest way to get started with AnyParser
is through the SDK. To get started, follow our Quickstart guide.
AnyParser API
The API accepts file content encoded in base64, processes it, and returns the parsed data in markdown format. To get started, check out our API Reference