Commit Graph

1626 Commits

Author SHA1 Message Date
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
James R. Barlow
4c044eb361 [3.05] Fix #786 - 3.05 linkage fails on macOS Sierra with --enable-opencl 2017-04-10 14:42:06 -07:00
Stefan Weil
34fd87d4b2 opencl: Add missing TIFF library for macOS
The OpenCL code of Tesseract uses TIFF functions, but the TIFF library
was not added to the linker flags for macOS.

This fixes builds with OpenCL on Mac.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-10 13:36:26 -07:00
Stefan Weil
c8b28486b4 opencl: Add missing TIFF library for macOS
The OpenCL code of Tesseract uses TIFF functions, but the TIFF library
was not added to the linker flags for macOS.

This fixes builds with OpenCL on Mac.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-10 09:36:31 +02:00
Egor Pugin
9c1034d4e4 Update appveyor.yml 2017-03-23 08:21:48 +03:00
Egor Pugin
d0951da940 Update appveyor.yml 2017-03-23 01:23:07 +03:00
Egor Pugin
088186f489 Update appveyor.yml 2017-03-22 21:45:09 +03:00
Egor Pugin
f80c3b27df Fix windows build. 2017-03-22 21:21:57 +03:00
Wilson Mar
09acc4f487 Update README.md heading markdown 2017-03-21 09:29:49 +01:00
zdenop
51d0bbe6cc Merge pull request #776 from cjmayo/stdoutput
Add item to ChangeLog for options writing to stdout instead of stderr
2017-03-21 08:49:53 +01:00
Chris Mayo
4925e6c449 Add item to ChangeLog for options writing to stdout instead of stderr 2017-03-20 20:08:41 +00:00
Zdenko Podobný
f30cac479d libtiff is needed for windows build of tesseract executable 2017-03-17 20:44:37 +01:00
Egor Pugin
eea6d67567 Update CMakeLists.txt 2017-03-15 01:01:13 +03:00
Egor Pugin
ffea3faaf2 Disable warnings on Appveyor. 2017-03-14 22:54:01 +03:00
Egor Pugin
a692cca65b Update appveyor.yml 2017-03-14 11:12:40 +03:00
Zdenko Podobný
58062590ae Fix some typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-03-10 23:21:31 +01:00
Zdenko Podobný
2c203e6059 fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
Zdenko Podobný
ec8d52b896 fix --disable-graphics build 2017-03-10 13:28:43 +01:00
Stefan Weil
6fcfcc85ac Use portable data types #709 2017-03-10 11:51:16 +01:00