mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 14:04:27 +00:00
12 lines
211 B
JSON
12 lines
211 B
JSON
{
|
|
"actorSpecification": 1,
|
|
"name": "docling",
|
|
"version": "1.0",
|
|
"environmentVariables": {},
|
|
"dockerFile": "./Dockerfile",
|
|
"input": "./input_schema.json",
|
|
"scripts": {
|
|
"run": "./actor.sh"
|
|
}
|
|
}
|