Skip to content

Commit da279e4

Browse files
committed
Tidy tesseract(1)
A typo and missing full stops.
1 parent 56725de commit da279e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/tesseract.1.asc

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ IN/OUT ARGUMENTS
3030
single file for each output file format (txt, pdf, hocr).
3131

3232
'stdin'::
33-
Instruction to read data from standard input
33+
Instruction to read data from standard input.
3434

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

4141
'stdout'::
42-
Instruction to sent output data to standard output
42+
Instruction to send output data to standard output.
4343

4444

4545
OPTIONS
4646
-------
4747
'--tessdata-dir /path'::
48-
Specify the location of tessdata path
48+
Specify the location of tessdata path.
4949

5050
'--user-words /path/to/file'::
51-
Specify the location of user words file
51+
Specify the location of user words file.
5252

5353
'--user-patterns /path/to/file'::
54-
Specify the location of user patterns file
54+
Specify the location of user patterns file.
5555

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

0 commit comments

Comments
 (0)