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:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
- 사용자 정의 페이지 세분화 모드 지정 (기본값은 3):
|
- 사용자 정의 페이지 세분화 모드 지정 (기본값은 3):
|
||||||
|
|
||||||
`tesseract -psm {{0에서_10}} {{이미지.png}} {{출력}}`
|
`tesseract --psm {{0에서_10}} {{이미지.png}} {{출력}}`
|
||||||
|
|
||||||
- 페이지 세분화 모드 및 설명 나열:
|
- 페이지 세분화 모드 및 설명 나열:
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
- Specify a custom page segmentation mode (default is 3):
|
- 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:
|
- List page segmentation modes and their descriptions:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user