我正在尝试构建VC++ 2008 example of tesseract-ocr API,但即使在VS2008中加载项目也会失败,并显示以下错误:
Property sheet file '..\..\include\tesseract_versionnumbers.vsprops' was not found or failed to load.此文件在*.vcproj文件中被引用:
InheritedPropertySheets="..\..\include\tesseract_versionnumbers.vsprops"我已经用VS2008编译了tesseract-3.01,但是我在其中找不到这个文件。
发布于 2013-02-02 23:13:33
只需将文件夹APIExample放在vs2008目录中即可。位于vs2008\include目录中的文件tesseract_versionnumbers.vsprops。
祝好运!
https://stackoverflow.com/questions/14381927
复制相似问题