mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
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:
parent
9b730d4729
commit
77c1b41e4e
@ -63,7 +63,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(VERSION)
|
#if !defined(VERSION)
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -299,7 +299,7 @@ TESS_API char* TESS_CALL TessBaseAPIProcessPage(TessBaseAPI* handle, struct Pix*
|
|||||||
{
|
{
|
||||||
STRING text_out;
|
STRING text_out;
|
||||||
if (handle->ProcessPage(pix, page_index, filename, retry_config, timeout_millisec, &text_out))
|
if (handle->ProcessPage(pix, page_index, filename, retry_config, timeout_millisec, &text_out))
|
||||||
return text_out.strdup();
|
return text_out.strdup();
|
||||||
else
|
else
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
0
ccmain/pgedit.cpp
Executable file → Normal file
0
ccmain/pgedit.cpp
Executable file → Normal file
0
ccmain/pgedit.h
Executable file → Normal file
0
ccmain/pgedit.h
Executable file → Normal file
0
contrib/tesseract-c_api-demo.py
Normal file → Executable file
0
contrib/tesseract-c_api-demo.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user