Re: [tesseract-ocr] Help with blurred OCR but "simple text"

2017-04-11 Thread Javier Abascal
Hi, I have tried to use a otsu threshold and It didn't work very well. I am still not being able to recognize the word Carolline for example. Here is the code I used for it. *Any other ideas people?* :):) from PIL import Image img = Image.open("example_ocr_1.jpg").convert('L') img_array =

Re: [tesseract-ocr] Help with blurred OCR but "simple text"

2017-04-06 Thread Allistair C
You might want to try preprocessing with a threshold filter (otsu threshold) to harden the edges? Sent from my iPhone > On 6 Apr 2017, at 10:16, Javier Abascal wrote: > > Hi everyone! :) > > I am having troubles identifying correctly the text in the images

[tesseract-ocr] Help with blurred OCR but "simple text"

2017-04-06 Thread Javier Abascal
Hi everyone! :) I am having troubles identifying correctly the text in the images attached. In my opinion, *they are quite clear but not sure how to help Tesseract to identify them*. I have tried some other OCR Online services and they seem to identify them correctly (without any