I’m trying to build VC++ 2008 example of tesseract-ocr API, but even loading the project in VS 2008 fails with this error:
Property sheet file '..\..\include\tesseract_versionnumbers.vsprops' was not found or failed to load.
This file is referenced in the *.vcproj file:
InheritedPropertySheets="..\..\include\tesseract_versionnumbers.vsprops"
I’ve already compiled tesseract-3.01 with VS 2008, but I can’t find this file anywhere in it.
Just place the folder
APIExampleinsidevs2008directory.The file
tesseract_versionnumbers.vspropslocated invs2008\includedirectory.Good luck!