Make maimpick OCR to work with languages other than English.#1429
Make maimpick OCR to work with languages other than English.#1429forgoty wants to merge 1 commit intoLukeSmithxyz:masterfrom
Conversation
|
Your command is a little bit bloated. You don't need to use several processes. Especially try to never use You can do the same thing with a single sed command. On the other hand, By the way your case statements lack readability. You should use a printf abstraction. |
38ada9d to
2cd47e9
Compare
|
@emrakyz thanks for useful comment. I've adjusted the script. Please take a look. |
|
Looks good. Keep that in mind, if you ever want to use the same option list in an indented way (inside functions), you can use Such as: Or you can use something like this: |
If you work with human languages other than English this might be useful. List of available languages for OCR is selected from local tesseract configuration.