mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +00:00
Actor: Adding the Apify FirstPromoter integration
Signed-off-by: Václav Vančura <commit@vancura.dev>
This commit is contained in:
parent
93db85506b
commit
08eaa19b26
@ -1,6 +1,6 @@
|
||||
# Docling Actor on Apify
|
||||
|
||||
[](https://apify.com/vancura/docling)
|
||||
[](https://apify.com/vancura/docling)
|
||||
|
||||
This Actor wraps the [Docling project](https://ds4sd.github.io/docling/) to provide serverless document processing in the cloud. It can process complex documents (PDF, DOCX, images) and convert them into structured formats (Markdown, JSON, HTML, Text, or DocTags) with optional OCR support.
|
||||
|
||||
@ -205,7 +205,7 @@ If you wish to develop or modify this Actor locally:
|
||||
|
||||
## Requirements & Installation
|
||||
|
||||
- An [Apify account](https://console.apify.com/) (free tier available)
|
||||
- An [Apify account](https://console.apify.com/?fpr=docling) (free tier available)
|
||||
- For local development:
|
||||
- Docker installed
|
||||
- Apify CLI (`npm install -g apify-cli`)
|
||||
@ -231,4 +231,4 @@ This wrapper project is under the MIT License, matching the original Docling lic
|
||||
## Acknowledgments
|
||||
|
||||
- [Docling](https://ds4sd.github.io/docling/) codebase by IBM
|
||||
- [Apify](https://apify.com/) for the serverless actor environment
|
||||
- [Apify](https://apify.com/?fpr=docling) for the serverless actor environment
|
||||
|
@ -21,7 +21,7 @@
|
||||
[](https://github.com/pre-commit/pre-commit)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://pepy.tech/projects/docling)
|
||||
[](https://apify.com/vancura/docling)
|
||||
[](https://apify.com/vancura/docling)
|
||||
|
||||
Docling parses documents and exports them to the desired format with ease and speed.
|
||||
|
||||
@ -86,7 +86,7 @@ and tools.
|
||||
|
||||
## Apify Actor
|
||||
|
||||
You can run Docling in the cloud without installation using the [Docling Actor](https://apify.com/vancura/docling) on Apify platform. Simply provide a document URL and get the processed result:
|
||||
You can run Docling in the cloud without installation using the [Docling Actor](https://apify.com/vancura/docling?fpr=docling) on Apify platform. Simply provide a document URL and get the processed result:
|
||||
|
||||
```bash
|
||||
apify call vancura/docling -i '{
|
||||
|
Loading…
Reference in New Issue
Block a user