Docling avatar

Docling

Try for free

No credit card required

Go to Store
Docling

Docling

vancura/docling
Try for free

No credit card required

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.

Developer
Maintained by Community

Actor Metrics

  • 29 monthly users

  • No reviews yet

  • 3 bookmarks

  • 71% runs succeeded

  • 18 hours response time

  • Created in Jan 2025

  • Modified 4 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.

1echo '{
2  "http_sources": [
3    {
4      "url": "https://vancura.dev/assets/actor-test/facial-hairstyles-and-filtering-facepiece-respirators.pdf"
5    }
6  ],
7  "options": {
8    "to_formats": [
9      "md"
10    ]
11  }
12}' |
13apify call vancura/docling --silent --output-dataset

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

1npm i -g apify-cli
2apify login

Other API clients include: