tesseract: fix --psm parameter name (#15040)

This parameter has been renamed in tesseract 3.05.00,
and the legacy `-psm` alias has been removed in version 4.
This commit is contained in:
Marius Hoch
2024-12-07 15:09:57 +01:00
committed by GitHub
parent 94f5376a2a
commit bd7c605ed6
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
- Specify a custom page segmentation mode (default is 3):
`tesseract -psm {{0_to_10}} {{image.png}} {{output}}`
`tesseract --psm {{0_to_10}} {{image.png}} {{output}}`
- List page segmentation modes and their descriptions: