docling/.actor/actor.json
Václav Vančura 286aac38c1
chore(actor): bump the Actor version number
Signed-off-by: Václav Vančura <commit@vancura.dev>
2025-05-18 14:30:51 +02:00

12 lines
211 B
JSON

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