mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
Fix build (#3322)
* 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:
parent
3444618075
commit
779aa79350
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user