Commit Graph

7 Commits

Author SHA1 Message Date
Stefan Weil
934e612a3e testing: Fix warnings from shellcheck
Fix these kinds of warnings:

SC2002: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
SC2086: Double quote to prevent globbing and word splitting.
SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-04-11 18:23:47 +02:00
Stefan Weil
92d981b93a Change tesseract parameter -psm to --psm
For compatibility reasons the old variant is still supported.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-11-30 22:23:46 +01:00
Stefan Weil
7113cba622 testing: Fix typo in comment (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-11-04 21:58:42 +01:00
theraysmith@gmail.com
32badf1c1b fixed pageseg mode
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@751 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-09-21 15:28:11 +00:00
theraysmith
7a2a378699 Update for move of top-level to api directory
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@328 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2010-05-19 18:10:49 +00:00
theraysmith
0b1643454b Upgrade for testing for 3.00
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@284 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2009-07-11 01:50:32 +00:00
theraysmith
627368df42 API/output changes to produce unlv-style latin-1 output and test scripts
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@86 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2007-07-18 01:11:18 +00:00