1
0
Fork 0
mirror of https://github.com/qurator-spk/sbb_textline_detection.git synced 2025-07-27 19:29:57 +02:00

Merge pull request 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/)"
}