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 @@
- 사용자 정의 페이지 세분화 모드 지정 (기본값은 3):
`tesseract -psm {{0에서_10}} {{이미지.png}} {{출력}}`
`tesseract --psm {{0에서_10}} {{이미지.png}} {{출력}}`
- 페이지 세분화 모드 및 설명 나열:

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: