Uwe Hartwig
Uwe Hartwig
### Expected behaviour With opencv-python-headless-4.5.5.64 I was able to import opencv module into Python alike: ``` from cv2 import ( cv2 ) ``` this way any related functionalities could be...
### Subject of the issue Can one enable custom selectors? The Docs mention three additions : ":blank", ":filled" and ":unchecked", but what if others are required? I need to check...
Hello, i've updated the NPM Dependencies at the basic sample project. Some were far out-dated or not used like gulp. So there are no more complaints from the npm install...
Hello there, I provide two minor Corrections of this Project when working with Eclipse IDE. First fix corrects misspelling (organisation vs. organization). Without second fix, Eclipse (latest Oxygen DSL Release...
I'd like to use OCRmyPDF with existing OCR-Data, since I already have thousands of them in ALTO V3. Is it possible to decouple the creation of OCR from rendering the...
Include generation of Trainingdata Sets from OCR like ALTO V3, PAGE 2013, PAGE 2019 and Image Files (tif, jpeg)
Enums are meant to be symbolic names for rather arbitrary values. Therefore, these values shouldn't be spared from mutating anyway. Actually, code like the following ``` class DirState(enum.Enum): NOT_EXISTING =...
Hello out there, actually, I'm running into trouble implementing the `PGNotificationListener`Interface. When the Servlet starts-up. the Notification-Listener works fine, but after some time (about 15 minutes or more), the Listener...
Hello, please add DPI-Parameters to enable to enforce custom resolution when using tesseract ## Tesseract CLI `--dpi 470` ## ocrd-tesserocr `dpi: 470`
@bertsky I could not completely reproduce what has been mentioned here (https://github.com/OCR-D/core/pull/770): > take the default ocrd_utils/ocrd_logging.conf and modify it in some places, say by defining a logger for qualname=PIL...