fix svn:executable atribute, trailing spaces, version include

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@903 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
zdenop@gmail.com 2013-11-03 17:24:00 +00:00
parent 9b730d4729
commit 77c1b41e4e
5 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
#include <string.h>
#endif
#if defined(_WIN32) && !defined(VERSION)
#if !defined(VERSION)
#include "version.h"
#endif

View File

@ -299,7 +299,7 @@ TESS_API char* TESS_CALL TessBaseAPIProcessPage(TessBaseAPI* handle, struct Pix*
{
STRING text_out;
if (handle->ProcessPage(pix, page_index, filename, retry_config, timeout_millisec, &text_out))
return text_out.strdup();
return text_out.strdup();
else
return NULL;
}

0
ccmain/pgedit.cpp Executable file → Normal file
View File

0
ccmain/pgedit.h Executable file → Normal file
View File

0
contrib/tesseract-c_api-demo.py Normal file → Executable file
View File