I have a bunch of photos of runners wearing bibs (race numbers) and trying 
to use tesseract to extract these numbers. So far I have been been able to 
succeed as I always end up with an empty text string. 
Any pointers to help achieve this is most welcome. 

using (var engine = new TesseractEngine(@"./tessdata", "eng", EngineMode.
Default)) {

                using(var img = Pix.(@"C:\projects\tesseract\x.png")) {

                    using(var page = engine.Process(img)) {

                        var text = 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/41e39eb1-1ada-4040-ad24-a6416b8bf412%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to