mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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:
parent
94f5376a2a
commit
bd7c605ed6
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
- 사용자 정의 페이지 세분화 모드 지정 (기본값은 3):
|
||||
|
||||
`tesseract -psm {{0에서_10}} {{이미지.png}} {{출력}}`
|
||||
`tesseract --psm {{0에서_10}} {{이미지.png}} {{출력}}`
|
||||
|
||||
- 페이지 세분화 모드 및 설명 나열:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue