mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +00:00
Signed-off-by: Václav Vančura <commit@vancura.dev> Signed-off-by: Adam Kliment <adam@netmilk.net>
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"actorSpecification": 1,
|
|
"name": "docling",
|
|
"version": "0.0",
|
|
"buildTag": "latest",
|
|
"environmentVariables": {},
|
|
"dockerFile": "./Dockerfile",
|
|
"dockerContext": "../",
|
|
"input": "./input_schema.json",
|
|
"scripts": {
|
|
"run": "./actor.sh"
|
|
}
|
|
}
|