Skip to content

Conversation

@Izaron
Copy link
Member

@Izaron Izaron commented Jan 19, 2017

Closes #650

@cfsmp3 cfsmp3 merged commit 89c00a7 into CCExtractor:master Jan 19, 2017
mprint (" -oem: Select the OEM mode for Tesseract, could be 0, 1 or 2.\n");
mprint (" 0: OEM_TESSERACT_ONLY - default value, the fastest mode.\n");
mprint (" 1: OEM_LSTM_ONLY - use LSTM algorithm for recognition.\n");
mprint (" 2: OEM_TESSERACT_LSTM_COMBINED - both algorithms.\n");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really LSTM instead of CUBE was added only in 4.0, for lower versions we have: OEM_TESSERACT_ONLY = 0, OEM_CUBE_ONLY = 1, OEM_TESSERACT_CUBE_COMBINED = 2, and same relatively time wasting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants