[tesseract-ocr] Re: Unable to read the circled text from an image

2018-02-21 Thread Amit Sah
hello, can you send the jar file of ur project where you can read plain text from image... if possible plezz send call2amit...@gmail.com. thank you On Monday, February 12, 2018 at 2:08:13 AM UTC-8, Mateusz Dudek wrote: > > Hello, > I have question about tesseract, is that possible to take text,

[tesseract-ocr] Re: Unable to read the circled text from an image

2018-02-16 Thread James Q
Hi Mateusz After cleaning the the coloured circle, you could try a second Tesseract read with PSM Single Line. This should hopefully give you just Text1 allowing you to filter it from the 'Text1 Text2' read by replacing Text1 with an empty string. Thanks James On Friday, February 16, 2018 at 4

[tesseract-ocr] Re: Unable to read the circled text from an image

2018-02-16 Thread Mateusz Dudek
Hello, In brief, from this image I want only extract "text2". When I used "-psm" did not improve the result. Now I'm doing it by: 1) Using Tesseract to extract text from image, so I have: "Text 1 @" <- This @ is propably because of circle. 2)Then I use imagemagick to clear colors from image. 3)

[tesseract-ocr] Re: Unable to read the circled text from an image

2018-02-15 Thread Mateusz Dudek
Hello, In brief: 1) I want extract from this picture only "Text2" Now I use tesseract 4.0, to extract every text from image, so I have: "text1 @" (I don't know why it returns me @, maybe because "text2" is in circle) -> Then I'm using imagemagick to clear colors from image -> then read image ag

[tesseract-ocr] Re: Unable to read the circled text from an image

2018-02-12 Thread James Q
On Monday, February 12, 2018 at 10:08:13 AM UTC, Mateusz Dudek wrote: > > Hello, > I have question about tesseract, is that possible to take text, when it's > in the circle? > Like there: > > > > I try use filter monochrome, but then I have two words, Text1,