I am using TesseractEngine for OCR read text for image , some time it is not working.
Problem reading bold number . Ex 666 9999 7777 . it is clear in image but OCR not able to red. using (var img = PixConverter.ToPix(image)) using (var page = engine.Process(img)) ocrtext = page.GetText(); -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/2ccd2b24-29c1-4e4e-855d-00fe5aee0c30n%40googlegroups.com.