-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed multilang for LSTM, pushed cube to one side without actually de…
…leting it
- Loading branch information
1 parent
798d79a
commit 5deebe6
Showing
14 changed files
with
139 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,10 +123,9 @@ void PrintHelpForOEM() { | |
const char* msg = | ||
"OCR Engine modes:\n" | ||
" 0 Original Tesseract only.\n" | ||
" 1 Cube only.\n" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
theraysmith
via email
Author
Contributor
|
||
" 2 Tesseract + cube.\n" | ||
" 3 Default, based on what is available.\n" | ||
" 4 Neural nets (LSTM) only.\n"; | ||
" 1 Neural nets LSTM only.\n" | ||
" 2 Tesseract + LSTM.\n" | ||
" 3 Default, based on what is available.\n"; | ||
|
||
printf("%s", msg); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Isn't this a breaking change to reshuffle the mode numbers?