我正在尝试构建VC++ 2008 example of tesseract-ocr API,但即使在VS 2008中加载项目也会失败并出现此错误:
Property sheet file '..\..\include\tesseract_versionnumbers.vsprops' was not found or failed to load.
此文件在* .vcproj文件中引用:
InheritedPropertySheets="..\..\include\tesseract_versionnumbers.vsprops"
我已经使用VS 2008编译了tesseract-3.01,但我无法在其中找到此文件。
答案 0 :(得分:0)
只需将文件夹APIExample
放在vs2008
目录中即可。
文件tesseract_versionnumbers.vsprops
位于vs2008\include
目录。