mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
More info for combine_tessdata files (thanks to gmvbif - issue 917)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@845 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
e4c00773de
commit
ad004bddf7
@ -101,7 +101,7 @@ void TessdataManager::WriteMetadata(inT64 *offset_table, FILE *output_file) {
|
||||
|
||||
tprintf("TessdataManager combined tesseract data files.\n");
|
||||
for (int i = 0; i < TESSDATA_NUM_ENTRIES; ++i) {
|
||||
tprintf("Offset for type %d is %lld\n", i, offset_table[i]);
|
||||
tprintf("Offset for type %2d (lang.%-22s) is %lld\n", i, kTessdataFileSuffixes[i], offset_table[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user