Clemens Neudecker
Clemens Neudecker
Hi @prhbrt, thank you for your questions. A rough diagram showing the flow of the data through the various models can be found [here](https://github.com/qurator-spk/eynollah/wiki#method-description). And here is an excerpt from...
> that allows batching pages without reloading the models btw, since version 0.3.0, Eynollah also has a batch mode (using the `-di ` flag) that allows processing all images in...
I have consolidated the available documentation on models and heuristics [here](https://github.com/qurator-spk/eynollah/blob/main/docs/models.md). We will update `docs` when new features or models (such as for machine-based reading order detection) are becoming available.
Hi, we are aware of the issue(s) with the OCR-D CLI. Please note that these all relate to the OCR-D CLI only, while the tool is otherwise perfectly usable -...
I finally found some time to dive a little deeper into this issue, and now I must agree with @bertsky that https://github.com/qurator-spk/eynollah/commit/c606391c312eceab9aa3ebff071bdf12a30b45cc probably should not have been merged in the...
This has been implemented as a range in two additional CLI flags as follows: ``` @click.option( "--num_col_upper", "-ncu", help="lower limit of columns in document image", ) @click.option( "--num_col_lower", "-ncl", help="upper...
Dear @Emersont1 thank you for you interest in this software. We are (painfully) aware of the limitation but since TF 2.16 changes from Keras API v2 to v3 it requires...
Hi @johnlockejrr - apologies, but things have gotten a bit messy...we will clean up and consolidate models for the next release, meanwhile you can find the abovementioned missing models here...
Current models (for use with [v0.5.0](https://github.com/qurator-spk/eynollah/releases/tag/v0.5.0)) are now published via Zenodo: https://zenodo.org/records/17208950. The output `PAGE-XML` should also be valid for all cases now.
As far as I understand (and please @vahidrezanezhad correct me), Eynollah will almost always produce a better result from a grayscale or color image than from a binarized image. However,...