Skip to content

Commit eb4efe1

Browse files
author
Robert Sachunsky
committed
ocrd-tool.json: add Ocropy default model resources
1 parent 8d65708 commit eb4efe1

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

ocrd_cis/ocrd-tool.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,33 @@
308308
"content-type": "application/gzip",
309309
"description": "ocropy model to apply (e.g. fraktur.pyrnn.gz)"
310310
}
311-
}
311+
},
312+
"resources": [
313+
{
314+
"url": "https://github.com/zuphilip/ocropy-models/raw/master/en-default.pyrnn.gz",
315+
"name": "en-default.pyrnn.gz",
316+
"description": "Default ocropy model for English",
317+
"size": 83826134
318+
},
319+
{
320+
"url": "https://github.com/zuphilip/ocropy-models/raw/master/fraktur.pyrnn.gz",
321+
"name": "fraktur.pyrnn.gz",
322+
"description": "Default ocropy fraktur model",
323+
"size": 43882365
324+
},
325+
{
326+
"url": "https://github.com/jze/ocropus-model_fraktur/raw/master/fraktur.pyrnn.gz",
327+
"name": "fraktur-jze.pyrnn.gz",
328+
"description": "ocropy fraktur model by github.com/jze",
329+
"size": 2961298
330+
},
331+
{
332+
"url": "https://github.com/chreul/OCR_Testdata_EarlyPrintedBooks/raw/master/LatinHist-98000.pyrnn.gz",
333+
"name": "LatinHist.pyrnn.gz",
334+
"description": "ocropy historical latin model by github.com/chreul",
335+
"size": 16989864
336+
}
337+
]
312338
},
313339
"ocrd-cis-ocropy-segment": {
314340
"executable": "ocrd-cis-ocropy-segment",

0 commit comments

Comments
 (0)