首页 > 编程知识 正文

OEM生产模式,OEM/ODM模式

时间:2023-05-03 19:48:06 阅读:278173 作者:4723

enum OcrEngineMode {
  OEM_TESSERACT_ONLY,           // Run Tesseract only - fastest                                             很快
  OEM_CUBE_ONLY,                // Run Cube only - better accuracy, but slower                           准确但是慢
  OEM_TESSERACT_CUBE_COMBINED,  // Run both and combine results - best accuracy     准确
  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.
};

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。