Re: [tesseract-ocr] Re: Extra characters showing up

2022-03-01 Thread Zdenko Podobny
;-) > tesseract screenNum_014.jpg - Estimating resolution as 903 014 > tesseract -v tesseract 5.1.0 leptonica-1.83.0 (Jan 26 2022, 19:15:03) [MSC v.1929 LIB Release x64] libgif 5.2.1 : libjpeg 6b (libjpeg-turbo 2.0.91) : libpng 1.6.37 : libtiff 4.3.0 : zlib 1.2.11 Found AVX2 Found AVX Found

[tesseract-ocr] Re: Extra characters showing up

2022-03-01 Thread Ed Dow
Greetings, I found a potential solution to rewrite each pixel to either white or black based on a set threshold. After looking at OpenCV functions I found "threshold" would do just that but Tesseract was still finding "ghost" characters in the white areas of the image. So I had to find where t