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 
again by tesseract, so I have "text1 text2", and then I compare both 
returns. In result I have something like that "@text2". It's not so 
perfect, but after some textreplaces it works.

Maybe there is shorts way to read text only from red circle (here: text2).

W dniu poniedziałek, 12 lutego 2018 15:26:23 UTC+1 użytkownik James Q 
napisał:
>
>
>
> 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:
>>
>> <https://i.stack.imgur.com/Fs5Ut.png>
>>
>> I try use filter monochrome, but then I have two words, Text1, and Text2. 
>> The point is to get only "text2".
>>
>>
>> If I understand you correctly you are successfully getting rid of the red 
>> circle but tesseract is only reading the fist line not the second? If so 
>> try using a different 'Page Segmentation Mode'.  Try specifying 
>> 'SPARSE_TEXT' or 'SINGLE_BLOCK'.
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/550a1a57-7467-49dd-a42c-6e7fdaea99fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to