mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 03:01:19 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify a custom [l]anguage (default is English) with an ISO 639-2 code (e.g. deu = Deutsch = German):
|
||||
|
||||
`tesseract -l deu {{path/to/image.png}} {{path/to/output}}`
|
||||
`tesseract -l deu {{path/to/image.png}} {{path/to/output_file}}`
|
||||
|
||||
- List the ISO 639-2 codes of installed languages:
|
||||
|
||||
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify a custom [p]age [s]egmentation [m]ode (default is 3):
|
||||
|
||||
`tesseract --psm {{0..13}} {{path/to/image.png}} {{path/to/output}}`
|
||||
`tesseract --psm {{0..13}} {{path/to/image.png}} {{path/to/output_file}}`
|
||||
|
||||
- List page segmentation modes and their descriptions:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user