⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tface.h

📁 一OCR的相关资料。.希望对研究OCR的朋友有所帮助.
💻 H
字号:
#ifndef TFACE_H#define TFACE_H#include "host.h"#include "choicearr.h"#include "tessclas.h"#include "cutil.h"/*----------------------------------------------------------------------------          Function Prototypes----------------------------------------------------------------------------*/int start_recog(const char *configfile, const char *imagebase); void program_editup(const char *configfile); void program_editup2(const char *imagebase); void edit_with_ocr(const char *imagename); int end_recog(); void program_editdown(INT32 elasped_time); void set_pass1(); void set_pass2(); CHOICES_LIST cc_recog(TWERD *tessword,                      A_CHOICE *best_choice,                      A_CHOICE *best_raw_choice,                      BOOL8 tester,                      BOOL8 trainer);int dict_word(const char *word); #endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -