Question

I have developed an ANPR application which requires an OCR engine. I am trying to use tesseract as the OCR engine. But I really cant find a proper step by step tutorial or guidlines as to how to include tessnet2 it in my C#.Net Project. I have already trained tesseract v3.01. can someone help with this issue please?

Thanks

Was it helpful?

Solution

You can't use 3.01 data with Tesseract 2.04 engine -- they're not compatible as Tesseract Wiki states. You would need Tesseract 3.0x engine. There is a .NET wrapper for 3.01: tesseract-ocr-dotnet.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top