Skip to content

Commit

Permalink
Remove unused cube OCR engine modes (#1281)
Browse files Browse the repository at this point in the history
Since commit cdc3533 Tesseract checks
the value passed for `--oem NUM`.

That only works as expected when the old (now unused) engine mode values
for cube are removed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil authored and zdenop committed Jan 20, 2018
1 parent 10a8a67 commit c9169e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ccstruct/publictypes.h
Expand Up @@ -277,8 +277,6 @@ enum OcrEngineMode {
// command-line configs, or if not specified
// in any of the above should be set to the
// default OEM_TESSERACT_ONLY.
OEM_CUBE_ONLY, // Run Cube only - better accuracy, but slower
OEM_TESSERACT_CUBE_COMBINED, // Run both and combine results - best accuracy
OEM_COUNT // Number of OEMs
};

Expand Down

0 comments on commit c9169e5

Please sign in to comment.