docling/.actor/actor.json
Václav Vančura 1fe80d3c23 Actor: Removing obsolete actor.json keys
Signed-off-by: Václav Vančura <commit@vancura.dev>
2025-03-13 10:39:46 +01:00

12 lines
211 B
JSON

{
"actorSpecification": 1,
"name": "docling",
"version": "0.0",
"environmentVariables": {},
"dockerFile": "./Dockerfile",
"input": "./input_schema.json",
"scripts": {
"run": "./actor.sh"
}
}