I have been using tesseract (tess-two to be more precise)to make an app in android to recognize certain non conventional symbols. The purpose is to identify the symbol and redirect to the description of said symbol.
To do this I passed those symbols as a font and did the corresponding training for each of them. The symbols can be recognized almost perfectly whether they are alone in the image or they are next to each other... except for two (the ones below). <https://lh3.googleusercontent.com/-_GEx0veJaGc/Vt25ZBYA3-I/AAAAAAAAAbw/roraqxfYbX0/s1600/Captura.PNG> Both of these symbols are not recognized when alone, BUT they are correctly recognized if they are next to any other symbol. For example: *Not recognized* _ *Correctly recognized* _ b _ y _ Problem is that they are not just mismatched with other symbols, but instead they are ignored completely. This occurs to me when calling: TessBaseAPI baseApi; ... String text = baseApi.getUTF8Text(); The returned string is always empty. Like if it didn't even recognize the black blobs to begin with. Anyone knows how I could fix this? -- 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 [email protected]. To post to this group, send email to [email protected]. 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/54eceecb-a5e0-40d6-9e4d-3e2d07b805fb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

