We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b4457 commit b55984fCopy full SHA for b55984f
doc/tesseract.1.asc
@@ -52,6 +52,12 @@ OPTIONS
52
*-c* 'CONFIGVAR=VALUE'::
53
Set value for parameter 'CONFIGVAR' to VALUE. Multiple *-c* arguments are allowed.
54
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
+
61
*-l* 'LANG'::
62
*-l* 'SCRIPT'::
63
The language or script to use.
0 commit comments