Skip to content

Commit

Permalink
Tidy tesseract(1)
Browse files Browse the repository at this point in the history
A typo and missing full stops.
  • Loading branch information
cjmayo committed Feb 5, 2019
1 parent 56725de commit da279e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/tesseract.1.asc
Expand Up @@ -30,7 +30,7 @@ IN/OUT ARGUMENTS
single file for each output file format (txt, pdf, hocr).

'stdin'::
Instruction to read data from standard input
Instruction to read data from standard input.

'outputbase'::
The basename of the output file (to which the appropriate extension
Expand All @@ -39,19 +39,19 @@ IN/OUT ARGUMENTS
'configfile' options which explicitly specify the desired output.

'stdout'::
Instruction to sent output data to standard output
Instruction to send output data to standard output.


OPTIONS
-------
'--tessdata-dir /path'::
Specify the location of tessdata path
Specify the location of tessdata path.

'--user-words /path/to/file'::
Specify the location of user words file
Specify the location of user words file.

'--user-patterns /path/to/file'::
Specify the location of user patterns file
Specify the location of user patterns file.

'-c configvar=value'::
Set value for control parameter. Multiple -c arguments are allowed.
Expand Down

0 comments on commit da279e4

Please sign in to comment.