Merge pull request #58 from bertsky/patch-1

ocrd_tool.json: add model content-type
This commit is contained in:
Clemens Neudecker 2022-03-24 18:10:25 +01:00 committed by GitHub
commit a78f40a89d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,8 @@
"parameters": {
"model": {
"type": "string",
"format": "file",
"format": "uri",
"content-type": "text/directory",
"cacheable": true,
"description": "Path to directory containing models to be used (See https://qurator-data.de/sbb_textline_detector/)"
}