-
i want to only test the acc of Structure recognition accuracy and use mmocr_teds_acc_mp.py, then i use pretrain model name as you supply epoch_16_0.7767.pth, to get only table structure results
…
-
YALTAi 2.0.1 hangs forever when segmenting
```
(train-2.0.1-py3.11) incognito@DESKTOP-H1BS9PO:~/YALTAi$ yaltai kraken -I "*.jpg" --suffix ".xml" segment --yolo runs/detect/train2/weights/best.pt
…
-
Hi,thanks for the work.
Did you try on the dataset and how is the accuracy?
-
Hi!
Thanks so much for strengthening the open-source community with this project!
Will you also share the config and the checkpoint file? Seems like it requires a LOT of computing power to train…
-
Did build a new singularity image from docker ocrd/all:maximum today, approx. 14:00 CEST.
using this image (with OCR-D): https://digi.ub.uni-heidelberg.de/diglitData/v/duerer1527--aa--deskew.png
…
-
With this document ([PPN894261851.zip](https://github.com/qurator-spk/eynollah/files/8068764/PPN894261851.zip)) we experienced an OOM error. Further investigation revealed this memory usage (measured …
-
After segmentation I have PageXML files with a custom attribute set for TextLine, like this:
```
...
```
but after r…
-
In #68 @bertsky :
> But the real problem is that TF2 dependencies are lurking everywhere, so we will very soon have the unacceptable state that no catch-all venv (satisfying both TF1 and TF2 modules)…
-
### Environment
* **Tesseract Version**:
tesseract 4.0.0
leptonica-1.77.0
libjpeg 9c : libpng 1.6.36 : libtiff 4.0.10 : zlib 1.2.11
Found AVX2
Found AVX
Found SSE
* **Platform**:
…
-
There is already some table detection mechanism in tesseract but unfortunately, there is seems to be no possibility to access the table structure at the API.
This could be done only minimal changes…