Egor Pugin
b375728012
Add BUILD_TRAINING CMake option.
2015-09-06 23:59:54 +03:00
egorpugin
bf36e5200a
Update appveyor.yml
2015-09-06 23:35:30 +03:00
egorpugin
9c55472210
Update README.md
2015-09-06 22:59:23 +03:00
Egor Pugin
083639fff9
Add appveyor.yml.
2015-09-06 22:30:11 +03:00
egorpugin
25225117b6
Update .travis.yml
2015-09-06 22:12:45 +03:00
egorpugin
57947cd053
Update .travis.yml
2015-09-06 22:05:54 +03:00
egorpugin
a65f2da409
Update .travis.yml
2015-09-06 21:58:49 +03:00
egorpugin
c3198df368
Update .travis.yml
2015-09-06 21:52:42 +03:00
egorpugin
8d8636a1fc
Update CMakeLists.txt
2015-09-06 21:42:47 +03:00
egorpugin
e5fad6432e
Update .travis.yml
2015-09-06 21:36:47 +03:00
egorpugin
df2309727d
Update .travis.yml
2015-09-06 21:21:53 +03:00
egorpugin
d7059e13fd
Update .travis.yml
2015-09-06 21:15:04 +03:00
egorpugin
f9f85b88d0
Update CMakeLists.txt
2015-09-06 21:05:05 +03:00
egorpugin
e67372c849
Update .travis.yml
2015-09-06 20:59:04 +03:00
egorpugin
707888a582
Update README.md
2015-09-06 20:55:05 +03:00
Egor Pugin
0f651c187b
Add .travis.yml.
2015-09-06 20:54:05 +03:00
Egor Pugin
03531ba8a5
Fix linux build.
2015-09-06 20:43:28 +03:00
Egor Pugin
5e3b8d33e3
Add source groups.
2015-09-06 13:47:30 +03:00
Egor Pugin
56a5195293
Initial CMake implementation.
2015-09-06 00:47:32 +03:00
Zdenko Podobný
73b28982aa
Merge branch 'master' of https://github.com/tesseract-ocr/tesseract
...
* 'master' of https://github.com/tesseract-ocr/tesseract :
2015-09-01 17:44:25 +02:00
Zdenko Podobný
c4d52c77be
Merge pull request #87 from jbarlow83/master
...
Get --enable-opencl to compile (but not work)
2015-09-01 17:43:38 +02:00
zdenop
48764964db
Merge pull request #87 from jbarlow83/master
...
Get --enable-opencl to compile (but not work)
2015-08-30 21:41:33 +02:00
James R. Barlow
73b0297e5e
Fix configure.ac unconditionally enabling OpenCL
2015-08-26 02:17:10 -07:00
James R. Barlow
18ac7ae7ef
Get OpenCL to compile on OS X
...
However, the output of the OpenCL build is garbage....
2015-08-26 02:03:07 -07:00
James R. Barlow
65f1a96e3a
Fix various clang compilation errors
...
Also fixed a writable strings warning/error.
warning: ISO C++11 does not allow conversion from
string literal to 'char *' [-Wwritable-strings]
Several were of this form and fixed as the compiler suggested:
openclwrapper.cpp:2411:33: error: non-constant-expression cannot be narrowed
from type 'int' to 'size_t' (aka 'unsigned long') in initializer list
[-Wc++11-narrowing]
size_t local_work_size[] = {block_size};
^~~~~~~~~~
openclwrapper.cpp:2411:33: note: insert an explicit cast to silence this issue
size_t local_work_size[] = {block_size};
^~~~~~~~~~
static_cast<size_t>( )
Should have low impact on other platforms/compilers. The change makes
the code more correct.
2015-08-26 01:00:05 -07:00
James R. Barlow
8476d0bc6b
Fix missing "allheaders.h" when compiling with --enable-opencl on OS X
2015-08-26 00:47:59 -07:00
zdenop
252d9a4d30
Merge pull request #86 from jbarlow83/master
...
Fix configure.ac for OS X and -framework
2015-08-26 09:32:39 +02:00
James R. Barlow
71f747f668
Fix configure.ac for OS X and -framework
2015-08-26 00:10:56 -07:00
Zdenko Podobný
f331a57b8e
fix OpenCL build on Mac
2015-08-25 20:57:49 +02:00
Zdenko Podobný
0c3c3eaba8
fix VS2010 build
2015-08-24 14:54:13 +02:00
zdenop
a7fcebb0a0
Merge pull request #84 from gargrahul/master
...
Fixes for OpenCL issues reported on Apple Mac. Still get -54 on Apple…
2015-08-24 14:53:16 +02:00
gargrahul
5c6a57b727
Fixes for OpenCL issues reported on Apple Mac. Still get -54 on Apple Mac while running on OpenCL CPU, however it is ignored now.
2015-08-24 15:57:18 +05:30
zdenop
cb05aba905
Merge pull request #24 from tesseract-ocr/hashfn-clang
...
fix to compile tesseract with clang
2015-08-21 16:39:10 +02:00
Zdenko Podobný
b7cec01ce2
remove info about VS 2008
2015-08-20 14:09:29 +02:00
Zdenko Podobný
f81c258e14
rename README to README.md - fixes #45
2015-08-20 13:58:36 +02:00
Zdenko Podobný
9d359cf58a
turn off optimisation in Microsoft Visual Studio for TextlineProjection::TruncateToImageBounds#pragma optimize( "", on )
...
fix issue 1496
2015-08-16 21:38:41 +02:00
Zdenko Podobný
bb19f2c16b
Fixes #76 - enable OpenMP support
2015-08-14 21:39:40 +02:00
zdenop
ae6f195b1f
Merge pull request #81 from jakakonda/master
...
Fix VC14 (VS2015) compile issue with snprintf
2015-08-13 20:25:18 +02:00
Jaka Konda
0c492cb8bd
Fixed VC14 compiler issue.
...
In VC14 snprintf function is provided in standard library there triggering error. "snprintf Do not define snprintf as a macro. Macro definition of snprintf conflicts with Standard Library function declaration"
Signed-off-by: Jaka Konda <jaka.konda@outlook.com>
2015-08-13 16:23:47 +02:00
zdenop
83c7f56140
Merge pull request #80 from rmtheis/fix-hocr-title
...
Remove extraneous line feed
2015-08-13 08:41:03 +02:00
Robert Theis
aa6a0b12f9
Remove extraneous line feed
2015-08-12 18:02:35 -07:00
Zdenko Podobný
0337d898d4
fix bug in UTF-16BE conversion
2015-08-10 21:22:20 +02:00
Zdenko Podobný
545a0634da
improve NO_CUBE_BUILD
2015-08-09 18:09:52 +02:00
Zdenko Podobný
67ede37b50
Fixes #74 NO_CUBE_BUILD with reverting to ANDROID_BUILD in baseapi
2015-08-09 18:09:30 +02:00
Zdenko Podobný
628de5ba3f
enable pdfrender with NO_CUBE_BUILD
2015-08-07 23:20:22 +02:00
Jeff Breidenbach
9dcf2c6aa8
replace CubeUtils::UTF8ToUTF32 in pdfrenderer
2015-08-07 22:18:33 +02:00
Zdenko Podobný
66a76a9477
Revert "temporary add config/*, configure and Makefile.in for release"
...
This reverts commits ec9581d8f2
, 1afe382c4e
, 4b2cfabcc1
2015-07-31 21:44:43 +02:00
Zdenko Podobný
bedc46f16d
remove empty header file secname.h
2015-07-31 17:32:54 +02:00
Zdenko Podobný
d9376594a8
fix memmory leak based on issue 1488 ( https://code.google.com/p/tesseract-ocr/issues/detail?id=1488 )
2015-07-27 20:58:54 +02:00
Zdenko Podobný
5dfb0cb898
Fixes #64 - tessedit_create_txt 0 blocks box training
2015-07-25 22:49:55 +02:00