mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-07-22 03:56:15 +08:00
Updated Command Line Usage (markdown)
parent
e0cc3c8cc1
commit
17a2628f31
@ -54,14 +54,12 @@ The following command would give the same result as above, if eng.traineddata an
|
|||||||
|
|
||||||
tesseract --tessdata-dir /usr/share ./testing/phototest.tif ./testing/phototest -l eng
|
tesseract --tessdata-dir /usr/share ./testing/phototest.tif ./testing/phototest -l eng
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Using Multiple Languages
|
## Using Multiple Languages
|
||||||
|
|
||||||
tesseract --tessdata-dir /usr/share ./testing/eurotext.png ./testing/eurotext-engdeu -l eng+deu
|
tesseract --tessdata-dir /usr/share ./testing/eurotext.png ./testing/eurotext-engdeu -l eng+deu
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
The output can be different based on the order of languages, so -l eng+deu can give different result than -l deu+eng.
|
The output can be different based on the order of languages, so -l eng+deu can give different result than -l deu+eng.
|
||||||
|
|
||||||
## Using different Page Segmentation Modes
|
## Using different Page Segmentation Modes
|
||||||
|
Loading…
Reference in New Issue
Block a user