esseractEngine for OCR read text for image

42 views
Skip to first unread message

Jitendra Shukla

unread,
Oct 19, 2021, 11:45:45 AM10/19/21
to tesseract-ocr

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(); 
Reply all
Reply to author
Forward
0 new messages