tesseract
5.0.0-alpha-619-ge9db
|
#include <chrono>
#include <ctime>
Go to the source code of this file.
Classes | |
struct | EANYCODE_CHAR |
class | ETEXT_DESC |
Typedefs | |
using | CANCEL_FUNC = bool(*)(void *, int) |
using | PROGRESS_FUNC = bool(*)(int, int, int, int, int) |
using | PROGRESS_FUNC2 = bool(*)(ETEXT_DESC *, int, int, int, int) |
using CANCEL_FUNC = bool (*)(void*, int) |
Definition at line 91 of file ocrclass.h.
using PROGRESS_FUNC = bool (*)(int, int, int, int, int) |
Definition at line 92 of file ocrclass.h.
using PROGRESS_FUNC2 = bool (*)(ETEXT_DESC*, int, int, int, int) |
Definition at line 93 of file ocrclass.h.