Egor Pugin
d855a9d611
Merge branch 'master' of github.com:tesseract-ocr/tesseract
2016-01-26 13:47:16 +03:00
Egor Pugin
9bfa7643b4
Update .travis.yml
2016-01-26 13:42:59 +03:00
Egor Pugin
2cf2cfcf99
Update CMakeLists.txt
2016-01-26 13:39:59 +03:00
Egor Pugin
74a72cd015
Update appveyor.yml
2016-01-26 12:44:52 +03:00
Egor Pugin
dac1bd4c9e
Update .travis.yml
2016-01-26 12:44:36 +03:00
zdenop
516d58dc88
Merge pull request #189 from ryanfb/latin-language-specific
...
Use different font list and exposures for "lat" language training in language-specific.sh
2016-01-25 10:41:51 +01:00
zdenop
167565fdb3
Merge pull request #191 from amitdo/fix-184
...
Fix #184 . Training should work now
2016-01-17 20:44:21 +01:00
amitdo
06fc0533c8
Fix #184 . Training should work now
2016-01-17 14:27:35 +02:00
Egor Pugin
a3b175de7e
Update appveyor.yml
2016-01-14 14:35:29 +03:00
Egor Pugin
c2e8dd0fc8
Update appveyor.yml
2016-01-14 14:28:46 +03:00
Egor Pugin
bbf25ee871
Update appveyor.yml
2016-01-14 14:23:12 +03:00
Egor Pugin
2da1fb1914
Test release build on windows.
2016-01-14 14:02:48 +03:00
Egor Pugin
fceb3abc1f
Update ci scripts.
2016-01-14 14:01:55 +03:00
Ryan Baumann
bd5452d40c
Add Junicode to neo-Latin fonts
2016-01-13 10:15:57 -05:00
zdenop
6f6953a972
Merge pull request #180 from stweil/master
...
Remove unneeded definition for NULL
2016-01-05 17:22:57 +01:00
Zdenko Podobný
1db94823a9
Add info for progress monitor, make it visible in doxygen doc; remove commented code
2016-01-05 17:21:53 +01:00
zdenop
c53add706e
Merge pull request #27 from tesseract-ocr/monitor
...
Monitor
2016-01-05 16:28:42 +01:00
Ryan Baumann
5b40277d08
Use different font list and exposures for "lat" language training
2016-01-04 11:48:02 -05:00
zdenop
add1ed1067
Merge pull request #179 from hamidsafdari/master
...
correct minor syntax errors in language-specific.sh
2015-12-25 21:43:03 +01:00
Stefan Weil
7334572c4c
Remove unneeded definition for NULL
...
NULL is already defined in stddef.h,
so a local definition is not be needed.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-12-25 12:25:54 +01:00
Hamid Safdari
0cd6e17419
correct minor syntax errors language-specific.sh
2015-12-25 09:50:15 +04:30
zdenop
a361e84de2
Merge pull request #176 from stweil/master
...
Fix compiler warnings (remove unused constants)
2015-12-22 08:20:45 +01:00
Stefan Weil
d701c15b4e
Fix compiler warnings (remove unused constants)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-12-21 10:01:47 +01:00
zdenop
c1d1af097d
Merge pull request #175 from amitdo/add-txt-to-makefile
...
Update Makefile.am - add txt config file
2015-12-18 21:45:24 +01:00
Amit Dovev
6b08184a2c
Update Makefile.am
2015-12-18 16:12:32 +02:00
zdenop
83cfd843fc
Merge pull request #167 from stweil/master
...
Get tessdata prefix from executable path (only for Windows)
2015-12-13 18:36:50 +01:00
zdenop
e3f56ccc57
Merge pull request #173 from amitdo/renderers-default-to-text
...
If there is no explicit renderer(s), default to TessTextRenderer
2015-12-13 17:18:58 +01:00
amitdo
a20156fc67
Add missing ')'_to make the code compile
2015-12-11 19:42:16 +02:00
amitdo
c2f5e9b849
If there is no explicit renderer(s), default to TessTextRenderer
...
Revert fd429c32
, 43834da7
, 05de195e
.
See #49 , #59 .
The code in this commit solves the issue in a more elegant way, IMHO.
Now you can use:
* `tesseract eurotext.tif eurotext txt pdf`
* `tesseract eurotext.tif eurotext txt hocr`
* `tesseract eurotext.tif eurotext txt hocr pdf`
NOTE:
With `tesseract eurotext.tif eurotext`
or `tesseract eurotext.tif eurotext txt`
the psm will be set to '3', but...
With `tesseract eurotext.tif eurotext txt pdf`
or `tesseract eurotext.tif eurotext txt hocr`
the psm will be set to '1'.
2015-12-11 19:06:49 +02:00
Stefan Weil
450efa68cd
Get tessdata prefix from executable path (only for Windows)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-12-11 10:06:21 +01:00
zdenop
d4e0c6459a
Merge pull request #164 from stweil/master
...
Small fixes for documentation
2015-12-07 15:37:04 +01:00
Stefan Weil
9295875099
Fix typo in documentation and add missing blank
...
The typo was reported by Amit Dovev <amitdev2222@gmail.com>.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-12-07 14:37:25 +01:00
Stefan Weil
2679226aac
Fix grammar in license file
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-12-07 14:34:24 +01:00
zdenop
20afd34032
Merge pull request #163 from stweil/master
...
Small improvements for documentation
2015-12-04 19:25:27 +01:00
Stefan Weil
7847860a1e
Small improvements for documentation
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-12-04 10:50:16 +01:00
zdenop
c2a1848313
Merge pull request #159 from egorpugin/master
...
Download icu on windows to build set_unicharset_properties target.
2015-11-30 17:17:51 +01:00
zdenop
14fd4933bc
Merge pull request #158 from stweil/master
...
tesseractmain: Prettify help message
2015-11-30 17:17:05 +01:00
Egor Pugin
5dee50aa03
Show all warnings.
2015-11-30 11:52:21 +03:00
Egor Pugin
c16c7831a2
Merge branch 'master' of github.com:tesseract-ocr/tesseract
2015-11-30 11:43:18 +03:00
Egor Pugin
f15cd961c6
Download icu on windows to build set_unicharset_properties target.
2015-11-30 11:43:01 +03:00
Stefan Weil
71c9e028f7
tesseractmain: Prettify help message
...
Commit 99110df757
improved the help text
in several aspects, but also introduced new inconsistencies which this
patch tries to fix.
* Align columns (this needed replacing tabs by spaces).
* Start explaining text with uppercase.
* Replace "the stdout" by "stdout.
* Small changes in help text for page segmentation modes.
* Split options in OCR options and single options
(partially revert commit 99110df757
).
In addition, whitespace characters at end of lines were removed.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-11-29 10:26:40 +01:00
zdenop
d025616af5
Merge pull request #148 from nickjwhite/tesstrainbetterargs
...
Use shell quoting rather than pluses to separate font arguments in tesstrain.sh
2015-11-27 21:56:40 +01:00
zdenop
359593217b
Merge pull request #149 from nickjwhite/updategrc
...
Add defaults for grc training to language-specific.sh
2015-11-27 21:55:46 +01:00
zdenop
f396a2153f
Merge pull request #157 from stweil/work
...
Fix free of buffer which was not allocated
2015-11-27 21:54:36 +01:00
zdenop
7cc7c6f9c2
Merge pull request #156 from stweil/master
...
pdfrenderer: Fix uninitialized local variables
2015-11-27 21:53:55 +01:00
zdenop
1d83b1dd25
Merge pull request #127 from amitdo/split-main
...
tesseractmain.cpp: Split huge main() to sub functions.
2015-11-27 21:41:29 +01:00
Stefan Weil
6f1142080a
Fix free of buffer which was not allocated
...
Coverity bug report: CID 1270420 "Free of address-of expression"
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-11-27 07:02:22 +01:00
amitdo
99110df757
tesseractmain.cpp: Split huge main() to sub functions
...
Add these functions to api/tesseractmain.cpp:
PrintVersionInfo()
PrintUsage()
PrintHelpForPSM()
PrintHelpMessage()
SetVariablesFromCLArgs()
PrintLangsList()
FixPageSegMode()
ParseArgs()
PreloadRenderers()
2015-11-26 11:36:16 +02:00
Stefan Weil
5ce88d7f49
pdfrenderer: Fix uninitialized local variables
...
Coverity bug reports:
CID 1270405: Uninitialized scalar variable
CID 1270408: Uninitialized scalar variable
CID 1270409: Uninitialized scalar variable
CID 1270410: Uninitialized scalar variable
Those variables are set conditionally in the while loop
and must keep their values in following iterations, so
they must be declared outside of the loop.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-11-25 22:24:06 +01:00
zdenop
198ee0a820
Merge pull request #155 from stweil/master
...
Fix duplicate fclose
2015-11-25 09:28:53 +01:00