Click here to Skip to main content
15,886,832 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my tesseractOCR application creating in WPF ,As i unable to add references the following dll file "https://github.com/charlesw/tesseract".please find the solution.
Posted
Updated 25-Nov-15 23:53pm
v2
Comments
phil.o 26-Nov-15 5:56am    
Please define clearly 'unable to add references'. Any meaningful error message or symptom?
Member 11939306 26-Nov-15 6:02am    
Hi,
It showns the following error
libtesseract302.dll could not be added .please make sure that the file is accessible and that is a valid assembly or COM component.
[no name] 26-Nov-15 6:18am    
There are two versions of the Tesseract dll(32 bit and 64 bit). Make sure that you are adding correct one as per your machine configuration. Secondly make sure that proper .net framework version is installed to work with the OCR dll.
Member 11939306 26-Nov-15 7:49am    
i had downloaded correct version .Any other solution to add the dll
Richard Deeming 26-Nov-15 10:17am    
Why are you trying to add a reference, rather than installing the NuGet package[^] as per the instructions on the GitHub repo?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900