mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-13 07:59:04 +08:00
Add missing file change.
This commit is contained in:
parent
6ff0b56597
commit
abca191293
@ -30,7 +30,7 @@ namespace tesseract {
|
|||||||
void Tesseract::process_selected_words(
|
void Tesseract::process_selected_words(
|
||||||
PAGE_RES* page_res, // blocks to check
|
PAGE_RES* page_res, // blocks to check
|
||||||
TBOX& selection_box,
|
TBOX& selection_box,
|
||||||
BOOL8(tesseract::Tesseract::*word_processor)(PAGE_RES_IT* pr_it)) {
|
bool (tesseract::Tesseract::* word_processor)(PAGE_RES_IT* pr_it)) {
|
||||||
for (PAGE_RES_IT page_res_it(page_res); page_res_it.word() != nullptr;
|
for (PAGE_RES_IT page_res_it(page_res); page_res_it.word() != nullptr;
|
||||||
page_res_it.forward()) {
|
page_res_it.forward()) {
|
||||||
WERD* word = page_res_it.word()->word;
|
WERD* word = page_res_it.word()->word;
|
||||||
|
Loading…
Reference in New Issue
Block a user