0 <https://stackoverflow.com/posts/69615142/timeline>
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/f0a3546a-8a2f-4fa6-9601-9aa34dff0aean%40googlegroups.com.