Re: [tesseract-ocr] Help recognizing text from image

2024-02-27 Thread René JM Clais
The code ! I hope it will help. Le lun. 26 févr. 2024 à 17:56, Will Fetherolf a écrit : > That helps a lot. Sure, please send me the code. > > On Saturday, February 24, 2024 at 12:00:35 PM UTC-6 renec...@gmail.com > wrote: > >> I use 3 filtering : convert to gray scales - inverted image and l

Re: [tesseract-ocr] Help recognizing text from image

2024-02-26 Thread Will Fetherolf
That helps a lot. Sure, please send me the code. On Saturday, February 24, 2024 at 12:00:35 PM UTC-6 renec...@gmail.com wrote: > I use 3 filtering : convert to gray scales - inverted image and last > one cv2.threshold(self.img1,127,255, cv2.THRESH_BINARY) > Does it help ? I can send you th

Re: [tesseract-ocr] Help recognizing text from image

2024-02-24 Thread René JM Clais
I use 3 filtering : convert to gray scales - inverted image and last one cv2.threshold(self.img1,127,255, cv2.THRESH_BINARY) Does it help ? I can send you the python cv2 code Le ven. 23 févr. 2024 à 22:56, Will Fetherolf a écrit : > Do you know what threshold was used to convert the color to

Re: [tesseract-ocr] Help recognizing text from image

2024-02-23 Thread Will Fetherolf
Do you know what threshold was used to convert the color to black on white? I'm doing these operations through a home-grown automated test system, and I can convert the image to black and white on the fly. On Friday, February 23, 2024 at 5:04:27 AM UTC-6 renec...@gmail.com wrote: > I transform y

Re: [tesseract-ocr] Help recognizing text from image

2024-02-23 Thread René JM Clais
I transform your image as a real Black and white image and it works well. -l eng--psm 6 ' Le ven. 23 févr. 2024 à 06:49, Will Fetherolf a écrit : > All, > > I need some help extracting the text from this image. I'm using the > command line version of Tesseract from UBMannheim. I think it'

[tesseract-ocr] Help recognizing text from image

2024-02-22 Thread Will Fetherolf
All, I need some help extracting the text from this image. I'm using the command line version of Tesseract from UBMannheim. I think it's 5.2 installed. I've tried every PSM, and nothing seems to pull it out. If I crop off the minus sign, it works perfectly. Any tips at all would be appreci