September 2026
Features
- Initial release of ABBYY FineParser, a self-hosted, Docker-native document parser for AI pipelines.
- Asynchronous REST API: submit one document per request to
POST /parse, pollGET /jobs/{id}, and download the result. See REST API. GET /healthzreadiness endpoint, also used as the containerHEALTHCHECK.- Results persisted to a mounted output volume, with optional delete-on-download.
- Output in DocLang, JSON, and plain text.
- Two recognition modes: high fidelity (default) and fast.
- Recognition in 200+ languages, selectable at startup.
- Command-line interface with the same modes, languages, and output formats as the REST API. See CLI.
