-
https://groups.google.com/d/msgid/tesseract-ocr/1a3e8773-7151-48f9-92bb-fda888293eab%40googlegroups.com?utm_medium=email&utm_source=footer
> While the single "S" is recognized correctly, the text "…
-
Hello,
I want to train tesseract on my own images (text lines). I copied all my images and texts into folder (image_name.[png/jpg], image_name.gt.txt).
Now i run this command:
make training M…
-
node -v v14.18.1
node-gyp -v v5.1.0
```C:\Users\steph\repeato-studio\node_modules\node-native-ocr\tesseract\src\ccstruct\points.h(98,24): warning C4244: 'return': conversion from 'double' to 'floa…
-
### Describe the bug
I have `kdePackages.skanpage` and `tesseract` installed.
Tesseract sees the language files:
```
❯ tesseract --list-langs | wc -l
130
```
Skanpage cannot OCR my docume…
-
I added the PPA, but when I do an apt-get install tesseract-ocr, I still get the 4.1.1 version.
apt-cache policy tesseract-ocr
tesseract-ocr:
Installed: 4.1.1+git4247-97079fa3-1ppa1~trusty1
…
-
-
On Windows 10 and windows 11:
the basic example dos not works well
`npm install node-tesseract-ocr`
`npm install fs.promises `
```
const tesseract = require("node-tesseract-ocr");
const fs…
-
Hi,
I'm using this lib for my project. It's good working when reading text. But when i try it to read number (i use it to read vehicle number) , it's not working. :(.
Can you give me a hint to fix it?…
-
I tried a pdf file in Arabic with a few English words but the Arabic text is reversed (words in a sentence and letters per word).
Used `pipeline_options.ocr_options.lang = ["ar"]` in the latest vers…
-
I'm getting a CompilationError when 'require tesseract-ocr'.
CompilationError: compile error: see logs at /tmp/.ffi-inline-1000/00ac1de4050b632b230475bd71c0dc3a7de45a89.log
from /usr/lib/ruby…