-
This project is obsolete/unmaintained/deprecated, maybe we could remove it from the repos.json?
-
I am surprised to see the following in our current recommendations:
- Ocropy nlbin instead of one of the Olena algorithms
- slow `skimage` binarize/denoise processors instead of Olena/Ocropy
- on…
-
Supporting [ocropy / OCRopus](https://github.com/tmbdev/ocropy) output would be rad. You can kind of use the output of the Ocular variant for this, but OCRopus expects `pseg` files when assembling OCR…
-
Sometimes a word on parameter choices would be helpful. For example,
- `threshold` (ocrd-cis-ocropy-binarize) or `k` (ocrd-olena-binarize) parameter for binarization,
- `maxskew` (`ocrd-cis-ocropy…
-
Hi @ChWick!
>OCR Engine based on OCRopy and Kraken
OCRopy and Kraken (and TenserFlow) are released under the Apache 2.0 license.
I ask you to reconsider the license choice of your project.
…
-
How to use the pyrnn.gz models created in ocropy for prediction in clstm, as clstm prediction seems faster than the ocropy's prediction?
-
If I use `ketos linegen` with the `--legacy` option, I currently get:
```
File "kraken/ketos.py", line 933, in line_generator
im = linegen.ocropy_degrade(im)
File "kraken/linegen.py", li…
-
Could you be kind enough to provide trained models like you do for ocropy/ocropus?
rctay updated
7 years ago
-
With tables where there are no horizontal lines, the workflow results in a wrong reading order by only recognizing the columns and no rows.
See the following image as an example:
![catalog46muse_0…
-
We have…
```
ocrd process \
"cis-ocropy-binarize -I DEFAULT -O OCR-D-BIN"
"anybaseocr-crop -I OCR-D-BIN -O OCR-D-CROP"
"skimage-binarize -I OCR-D-CROP -O OCR-D-BIN2 -P method li"
"skimage-denois…