Skip to main content
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, poll GET /jobs/{id}, and download the result. See REST API.
  • GET /healthz readiness endpoint, also used as the container HEALTHCHECK.
  • 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.