core
core copied to clipboard
Collection of OCR-related python tools and wrappers from @OCR-D
Due to the lack of a specification on that aspect, our processors have no or no uniform way to inform the user whether or not a GPU device is used...
We have had an [ocrd-all-tool.json](https://ocr-d.de/js/ocrd-all-tool.json) for the website for a long time now, combining all the `tools` sections of all the OCR-D processors in ocrd_all. With https://github.com/OCR-D/ocrd_all/pull/362 https://github.com/OCR-D/ocrd_all/pull/379 we now...
When running `ocrd resmgr download '*'` in latest ocrd_all Docker image only some models are installed: find / |grep ocrd-resources /usr/local/share/ocrd-resources/ocrd-cis-ocropy-recognize /usr/local/share/ocrd-resources/ocrd-cis-ocropy-recognize/en-default.pyrnn.gz /usr/local/share/ocrd-resources/ocrd-cis-ocropy-recognize/LatinHist.pyrnn.gz /usr/local/share/ocrd-resources/ocrd-cis-ocropy-recognize/fraktur.pyrnn.gz /usr/local/share/ocrd-resources/ocrd-cis-ocropy-recognize/fraktur-jze.pyrnn.gz /usr/local/share/ocrd-resources/ocrd-kraken-segment /usr/local/share/ocrd-resources/ocrd-kraken-segment/blla.mlmodel /usr/local/share/ocrd-resources/ocrd-calamari-recognize /usr/local/share/ocrd-resources/ocrd-calamari-recognize/zpd-fraktur19 /usr/local/share/ocrd-resources/ocrd-calamari-recognize/zpd-fraktur19/2.ckpt.json...
Suppose I want to have: ```json "textequiv-index": { "type": "string", "enum": ["first", "last", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"], "default": "first", "description": "Only extract lines with...
https://github.com/OCR-D/core/pull/974/files#r1140759640 > Well, among the recent changes @joschrew introduced `is_bashlib_processor`. Instead of trying to look inside – which is error-prone, and by OCR-D CLI we might even deal with pure...
 @bertsky: > I am surprised that the normal stdout and stderr is simply thrown away here. Shouldn't we try to persist this (perhaps in the job of the database)?...
Discussion [origin](https://github.com/OCR-D/ocrd-webapi-implementation/pull/24#discussion_r1187238177). According to my previous understanding, all endpoints (workspace, workflow, discovery...) of the WebAPI were going to be part of the `ocrd_network` package. Not just the `processing` endpoint. That's...
 @tdoan2010: > This implementation requires that all supported processors must be installed on the same machine with Processing Server as well, which might not be the case. Maybe after...
In the [ocrd_network-package](https://github.com/OCR-D/core/blob/master/ocrd_network/README.md)-readme it says go to ocr-d-core for further information and [vice versa](https://github.com/OCR-D/core#ocrd_network). Do we already have information about that? Otherwise we need to at least provide something in...
> On October 2nd 2023, CircleCI will end-of-life the medium macOS resource. On this date, any jobs that run on the medium macOS resource will show an “invalid resource class”...