1
0
Fork 0
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:
Marius Hoch 2024-12-07 15:09:57 +01:00 committed by GitHub
parent 94f5376a2a
commit bd7c605ed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: