-
I have tried to train this bengali [data](https://github.com/tesseract-ocr/tesstrain/files/6950314/ben-ground-truth.zip).
I have run this command:
`make training MODEL_NAME=ben RATIO_TRAIN=0.90 L…
-
BPO | [444582](https://bugs.python.org/issue444582)
--- | :---
Nosy | @loewis, @birkenfeld, @abalkin, @pitrou, @vstinner, @giampaolo, @tiran, @devdanzin, @tarekziade, @merwok, @agbuckley, @bitdancer, …
-
Im trying to run your code on a video file , its runs for 2/3 seconds and even prints the number plate but then breaks down.
=====CODE=====
```
*/
#include
#include "../alpr_utils.h"
#incl…
-
Now that ELKS boots using the polled keyboard mechanism on my i80c188eb board, I would like to add support of SD cards via SPI bitbang on the GPIOs found on this CPU.
I have some code that actually w…
cocus updated
2 years ago
-
Hi!
I have some troubles with the order in the recognizer's output, when using the BL segmenter I have trained. Even if there is only one column in my page, after the line number 14 (in general), lin…
-
@tmbdev Hi there,
i have [noticed](http://storage.googleapis.com/ocropus4-test/gsub-lseg-test.tar) that you are testing the segmentation of text-lines, you seem to have chosen the classes of:
(x…
mrocr updated
3 years ago
-
Look into these links (and perhaps others) for clues on what's out there for 7-segment-display capture systems:
1. https://github.com/SachaIZADI/Seven-Segment-OCR
2. https://github.com/alexcohn/te…
-
I am running d3cb1a86 on delta. When I try to print with ```LIN_ADVANCE``` uncommented, printer moves to the start point, then extruder produces some noise for ~1sec and then printing completely stops…
-
Hi,
I trained a segmentation model using kraken's `ketos segtrain` command with a bunch of page xml files as input that I annotated in eScriptorium. The segmentation model performs well as I can se…
-
$ kraken -i image.tif image.txt binarize segment ocr
How can I do this in python script using Kraken API