mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-01 15:55:17 +00:00
Modifying API call not present in tesseract 3.03
This commit is contained in:
parent
0fcf9298bb
commit
3a74381318
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user