Skip to content

Commit b55984f

Browse files
committed
Add description for new --dpi option in tesseract man page
Signed-off-by: Stefan Weil <[email protected]>
1 parent 26b4457 commit b55984f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/tesseract.1.asc

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ OPTIONS
5252
*-c* 'CONFIGVAR=VALUE'::
5353
Set value for parameter 'CONFIGVAR' to VALUE. Multiple *-c* arguments are allowed.
5454

55+
*--dpi* 'N'::
56+
Specify the resolution 'N' in DPI for the input image(s).
57+
A typical value for 'N' is `300`. Without this option,
58+
the resolution is read from the metadata included in the image.
59+
If an image does not include that information, Tesseract tries to guess it.
60+
5561
*-l* 'LANG'::
5662
*-l* 'SCRIPT'::
5763
The language or script to use.

0 commit comments

Comments
 (0)