Hello guys ! Is there any way to generate lib and dll files (like OpenCV) for me to include in Visual Studio C++?
I've been trying to solve this for days ! Environment - Platform: Platform: Windows 10 64-bit Visual Studia 2015 I DID follow the way <https://github.com/tesseract-ocr/tesseract/wiki/Compiling#windows> on github.com/tesseract-ocr to compile on Visual Studio 2015 After *cppan ..* *mkdir build && cd build* *cmake .. -G "Visual Studio 14 2015 Win64"* also encountered encoding format problems , right after fixing it there was another problem shows that missing '.cppan\storage\lib\c98ba788\Debug\pvt.cppan.demo.unicode.icu.i18n-61.1.0.lib' but I checked .cppan\storage , I found folder \.cppan\storage\src\0b\29\775e\i18n that actually has its .cpp & .h files And It doesn't generate some lib files that I need. ANYONE or ANYWAY can help to solve this? -- 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 https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/beaa9efa-a9da-42af-984a-f0dcbe51a308%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

