Soon as I included
Code:
#include <tesseract/baseapi.h>
in my VS2010 project, I got
Code:
1>c:\flaviu\imagetext\tesseract\include\tesseract\publictypes.h(33): error C2144: syntax error : 'int' should be preceded by ';'
to
/** Number of printers' points in an inch. The unit of the pointsize return. */
constexpr int kPointsPerInch = 72;

...
...
fatal error C1083: Cannot open include file: 'cinttypes': No such file or directory
I have no chance to use tesseract library into VS2010 project ... would I ?