* fix errors after merge commit: missing changes that are needed too to make this codebase compile.
* Update src/wordrec/wordrec.h

Co-authored-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Ger Hobbelt 2021-03-11 21:43:07 +01:00 committed by GitHub
parent 3444618075
commit 779aa79350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ class TESS_API Wordrec : public Classify {
virtual ~Wordrec() = default;
// tface.cpp
void program_editup(const char *textbase, TessdataManager *init_classifier,
void program_editup(const std::string& textbase, TessdataManager* init_classifier,
TessdataManager *init_dict);
void program_editdown(int32_t elasped_time);
int end_recog();