Hi Icecoder,
I came across your post and would love to find out if you managed to work
out a solution for this. Please message me at [email protected]
should you have any info on this. Would love to chat!
Thanks in advance!
On Friday, June 6, 2014 at 10:49:27 AM UTC+1, icecoder wrote:
>
> 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/c968d77e-0ce7-4927-99e0-9fcc879c4ceb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.