I'm sure I cloned master on 3/20/2017 3:55.   publictypes.h defines this:

enum OcrEngineMode {
  OEM_TESSERACT_ONLY,           // Run Tesseract only - fastest
  OEM_LSTM_ONLY,                // Run just the LSTM line recognizer.
  OEM_TESSERACT_LSTM_COMBINED,  // Run the LSTM recognizer, but allow 
fallback
                                // to Tesseract when things get difficult.
  OEM_DEFAULT,                  // Specify this mode when calling init_*(),
                                // to indicate that any of the above modes
                                // should be automatically inferred from the
                                // variables in the language-specific 
config,
                                // 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
};



On Wednesday, March 22, 2017 at 12:04:24 PM UTC-4, shree wrote:
>
> Sorry, mentioned incorrect code for LSTM
>
> OCR Engine modes:
>   0    Original Tesseract only.
>   1    Neural nets LSTM only.
>   2    Tesseract + LSTM.
>   3    Default, based on what is available
>
>
> - excuse the brevity, sent from mobile
>
> On 22-Mar-2017 9:02 PM, "ShreeDevi Kumar" <[email protected] 
> <javascript:>> wrote:
>
>> The initial 4.0alpha tag from November has cube in it. It was deleted 
>> later and is no longer in master.
>>
>> In fact, the OEM code for LSTM was originally 4 and now is 2.
>>
>> Shouldn't semantic versioning require tagging at major updates?
>>
>> - excuse the brevity, sent from mobile
>>
>> On 22-Mar-2017 8:58 PM, "universal reseller" <[email protected] 
>> <javascript:>> wrote:
>>
>>> ​how did you used cube engine on tesse 4 !?
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "tesseract-ocr" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected] <javascript:>.
>>> To post to this group, send email to [email protected] 
>>> <javascript:>.
>>> Visit this group at https://groups.google.com/group/tesseract-ocr.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tesseract-ocr/CAC9ebrorORNrpApquscKiPf2Qbguc85qY1SJve6heu2j4Dithg%40mail.gmail.com
>>>  
>>> <https://groups.google.com/d/msgid/tesseract-ocr/CAC9ebrorORNrpApquscKiPf2Qbguc85qY1SJve6heu2j4Dithg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/0a0bb2e9-cc85-464c-8801-c4614edbfd05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to