mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
Fixed issue 1120
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1076 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
9f065fc755
commit
9ebff1ecb0
@ -731,6 +731,7 @@ void Tesseract::TidyUp(PAGE_RES* page_res) {
|
||||
word_res->word->bounding_box().print();
|
||||
}
|
||||
pr_it.DeleteCurrentWord();
|
||||
delete word_choice;
|
||||
}
|
||||
}
|
||||
pr_it.restart_page();
|
||||
|
Loading…
Reference in New Issue
Block a user