Modifying API call not present in tesseract 3.03

This commit is contained in:
Abhinav Shukla 2016-07-21 16:13:59 -07:00
parent 0fcf9298bb
commit 3a74381318

View File

@ -418,7 +418,7 @@ char* ocr_bitmap(void* arg, png_color *palette,png_byte *alpha, unsigned char* i
h0=h;
} while (TessResultIteratorNext(ri,level));
} while (TessPageIteratorNext((TessPageIterator *)ri,level));
// char *substr = "</font>";
// char *text_out_copy = strdup(text_out);