mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
bah! fix this properly
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@399 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
95db341728
commit
150c1f741c
@ -341,13 +341,11 @@ int main(int argc, char **argv) {
|
||||
TesseractImage(argv[1], &image, NULL, 0, &api, &text_out);
|
||||
#ifdef _TIFFIO_
|
||||
}
|
||||
delete[] ext;
|
||||
#endif
|
||||
#endif // HAVE_LIBLEPT
|
||||
|
||||
//no longer using ext or fp
|
||||
#ifdef _TIFFIO_
|
||||
delete[] ext;
|
||||
#endif
|
||||
//no longer using fp
|
||||
fclose(fp);
|
||||
|
||||
bool output_hocr = tessedit_create_hocr;
|
||||
|
Loading…
Reference in New Issue
Block a user