mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Remove unused cube OCR engine modes (#1281)
Since commit cdc35338c5
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>
This commit is contained in:
parent
10a8a67ca2
commit
c9169e5ac6
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user