Docling avatar
Docling

Pricing

Pay per usage

Go to Store
Docling

Docling

Developed by

Václav Vančura

Václav Vančura

Maintained by Community

Docling document parser & converter – Convert documents into structured data without complexity. This Actor leverages the powerful Docling library to parse and transform various document formats into clean, structured outputs ready for analysis or integration.

5.0 (1)

Pricing

Pay per usage

4

Total users

114

Monthly users

33

Runs succeeded

>99%

Issues response

76 days

Last modified

8 days ago

You can access the Docling programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "http_sources": [
< {
< "url": "https://vancura.dev/assets/actor-test/facial-hairstyles-and-filtering-facepiece-respirators.pdf"
< }
< ],
< "options": {
< "to_formats": [
< "md"
< ]
< }
<}' |
<apify call vancura/docling --silent --output-dataset

Docling: Universal Document Converter & Content Parser API through CLI

The Apify CLI is the official tool that allows you to use Docling locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: