Commit Graph

1644 Commits

Author SHA1 Message Date
Stefan Weil
f44d57f454 Remove unused global function memrealloc
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-19 19:46:26 +02:00
Stefan Weil
a24ae07480 Remove unused include statements for freelist.h
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-19 19:46:13 +02:00
zdenop
0002206e54 Merge pull request #908 from stweil/3.05
3.05: Remove most libtiff dependencies
2017-05-12 12:48:29 +02:00
Stefan Weil
3867584401 Remove most libtiff dependencies
libtiff is no longer needed for OpenCL, so remove that dependency.

It is still suggested for Windows to redirect warning messages
from the tesseract executable to the console.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-12 10:29:53 +02:00
Egor Pugin
7439cf8e80 Use NDEBUG macro instead of DEBUG. 2017-05-08 13:05:08 +03:00
Egor Pugin
32ccbe1843 Set proper dependency for text2image. 2017-05-07 21:15:16 +03:00
Egor Pugin
07194ab235 Update CMakeLists.txt 2017-05-07 20:13:04 +03:00
Egor Pugin
5acc64e645 Update appveyor.yml 2017-05-07 01:03:47 +03:00
zdenop
d7e5d4338e Merge pull request #891 from stweil/3.05
3.05: Cmake install
2017-05-06 19:36:40 +02:00
Aleksey Nikolaev
3e0b722b3a Cmake install
[sw: Removed CMakeList.txt from commit]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-06 12:45:11 +02:00
Zdenko Podobný
d09627550c fix typo 2017-05-05 23:47:44 +02:00
Zdenko Podobný
de6786f998 Fix Travis and Appveyor status for 3.05 branch. Fixes #720 and #721 2017-05-05 23:44:08 +02:00
Egor Pugin
c97e5bc8be Merge pull request #886 from stweil/3.05
3.05: Fix typo in comment
2017-05-05 23:51:40 +03:00
Stefan Weil
4319f6cbaa Fix typo in comment
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-05 22:42:23 +02:00
Zdenko Podobný
10f96d1e80 backport doc and testing changes from master (4.0) 2017-05-05 20:40:35 +02:00
Zdenko Podobný
5fe49627bf backport build changes from master (4.0) 2017-05-05 20:40:12 +02:00
Zdenko Podobný
159e34a81d show only error messages from Leptonica 2017-05-05 20:17:38 +02:00
Zdenko Podobný
5c2e557435 backport OpenCL changes from master (4.0) 2017-05-05 20:14:45 +02:00
Zdenko Podobný
90b6f17838 backport pdfrenderer changes from master (4.0) 2017-05-05 20:10:03 +02:00
Stefan Weil
71712d1073 ccstruct: Remove unneeded NULL checks
It's also not necessary to nullify class variables in the destructor.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-05 19:09:25 +02:00
Stefan Weil
1efacc4e24 api: Remove unneeded NULL checks
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-05 19:09:03 +02:00
Stefan Weil
5491a507f4 doc: Remove unsupported font name
Fix this warning from doxygen:

    warning: doxygen no longer ships with the FreeSans font.
    You may want to clear or change DOT_FONTNAME.
    Otherwise you run the risk that the wrong font is being used for dot generated graphs.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-05 19:06:56 +02:00
Bryce Glover
c19d5cbc61 autogen.sh: Small Typo Fix
Implement and contribute one small typographical fix, thereby improving the readability of the script's check
for the existence of the `m4` top-level directory.
2017-05-05 19:05:03 +02:00
Stefan Weil
b174612f26 Fix typo
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-05 19:04:52 +02:00
Jim Regan
cb7f2c7f88 typo in comment 2017-05-05 19:04:39 +02:00
Amit D
a4225fd3ce Update README.md 2017-05-05 19:03:08 +02:00
Jakub Wilk
de6cf8fbdf Fix typos 2017-05-05 18:57:26 +02:00
Egor Pugin
394eee69ce Fix possible warning when WIN32_LEAN_AND_MEAN is already defined. 2017-05-05 18:46:35 +02:00
Wikinaut
40150eaa9f Improve textonly_pdf parameter description 2017-05-05 18:46:03 +02:00
Zdenko Podobný
d6f6561034 Fix C-API 2017-05-05 18:45:36 +02:00
James R. Barlow
aebd553a1e Fix PDF syntax error: "XObject" instead of "/XObject" when textonly_pdf=false 2017-05-05 18:45:23 +02:00
Zdenko Podobný
971336cef0 Implement invisible text only for PDF 2017-05-05 18:41:25 +02:00
zdenop
b45a60cc80 Merge pull request #869 from stweil/3.05
3.05: Backports from master branch
2017-05-04 09:22:49 +02:00
Stefan Weil
65445b839d genericvector: Fix minimum size
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-03 23:09:04 +02:00
Philipp Nordhus
90723e6321 Do not allocate in GenericVector default ctor 2017-05-03 23:08:53 +02:00
Philipp Nordhus
6cbe6be6e9 Remove indirection in LanguageModelDawgInfo 2017-05-03 23:08:49 +02:00
zdenop
555305f2be Merge pull request #835 from stweil/3.05
3.05: Backports from master branch
2017-04-23 17:40:01 +02:00
Stefan Weil
b66ff1f455 Use pkg-config for icu compiler and linker flags
The old settings are used as fallback if there is no configuration.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-22 19:40:27 +02:00
Stefan Weil
aec39d629d opencl: Backport changes from master branch
The code for 3.05 still uses NULL instead of nullptr.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-22 19:26:18 +02:00
Ray Smith
9283b07052 Removed dead TODO 2017-04-22 19:26:18 +02:00
Stefan Weil
37478e7d99 Fix ChangeLog for Leptonica 1.74
Since commit 245eebdf29, Tesseract 3.05
requires Leptonica 1.74.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-22 19:26:18 +02:00
Stefan Weil
5a3ccf06bf Synchronize COPYING with master branch
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-22 19:26:18 +02:00
Stefan Weil
2ac2417535 Remove unneeded code for old Leptonica versions
Tesseract requires Leptonica 1.74 or newer,
so that code is no longer needed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-22 19:26:18 +02:00
Stefan Weil
f52d445074 Update Leptonica configuration
This synchronizes the code with the master branch.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-22 19:26:18 +02:00
Stefan Weil
720e8a6faf Synchronize Travis configuration with master branch
* Enable Travis CI for branch 3.05 (Linux and macOS)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-22 17:59:40 +02:00
Stefan Weil
c20854066f Update required Leptonica version
Tesseract uses the function pixReadFromMultipageTiff since commit
245eebdf29.

That function requires Leptonica 1.74.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-22 17:38:08 +02:00
zdenop
ed31db6907 Merge pull request #809 from stweil/backport
[3.05] opencl: Add missing TIFF library for macOS
2017-04-11 12:44:13 +02:00
zdenop
ffc4daad61 Merge pull request #815 from jbarlow83/3.05-appveyor
[3.05] Fix YAML parse error in appveyor.yml
2017-04-11 12:43:58 +02:00
zdenop
b18cad4cda Merge pull request #814 from jbarlow83/3.05-opencl
[3.05] Fix #786 OpenCL linkage on macOS
2017-04-11 12:42:48 +02:00
James R. Barlow
64c3e4d5b7 [3.05] Fix YAML parse error in appveyor.yml 2017-04-10 15:17:20 -07:00