Stefan Weil

Results 163 issues of Stefan Weil

`make all -j6` starts with downloading all submodules, 6 at a time, but because of the semaphore required for git all downloads happen sequentially. Builds will only start as soon...

enhancement

An [AppImage](https://docs.appimage.org/index.html) for OCR-D might be an interesting alternative to Docker containers. AppImages contain all code and data for one or several applications in a single file (technically a compressed...

Ideally it would only remove files created by the build process. If the user has created the `venv` directory manually and added own content, removing that directory might be bad....

Running `make all -j4` on a fresh clone of ocrd_all terminated with these build messages: configure.ac:382: installing 'config/compile' configure.ac:86: installing 'config/config.guess' configure.ac:86: installing 'config/config.sub' configure.ac:27: installing 'config/install-sh' configure.ac:27: installing 'config/missing'...

enhancement

Test case: $ make DISABLED_MODULES="cor-asv-fst opencv-python ocrd_kraken clstm ocrd_ocropy tesseract" install-models-ocropus make: *** No rule to make target 'install-models-ocropus'. Stop. The rules for the `install-models-*` targets must be moved out...

bug

For best accuracy of text recognition (the primary goal of OCR-D), additional training ("fine tuning") is needed. Therefore training tools should be part of an advanced OCR-D installation. Building training...

**Describe the bug** The INCEpTION web pages include HTML 5 code with errors and warnings: ``` Error: Stray end tag meta. Error: An img element must have an alt attribute,...

🐛Bug

The current `bash` scripts contain code which does not work on MacOS out of the box (incompatible usage of `sed`, associative arrays, maybe more). Users are forced to install newer...

enhancement

ALTO XML from ABBYY Finereader separates x and y coordinates with comma: Replace commas by spaces to support that, too. Signed-off-by: Stefan Weil