mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-08-06 13:56:47 +08:00
Fixed problem with preadapted templates
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@181 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
35deb0e6e7
commit
a64f8d02dd
@ -1031,7 +1031,8 @@ void PrintAdaptiveStatistics(FILE *File) {
|
||||
fprintf (File, "\tNumber of words adapted to: %d\n", NumWordsAdaptedTo);
|
||||
fprintf (File, "\tNumber of chars adapted to: %d\n", NumCharsAdaptedTo);
|
||||
|
||||
PrintAdaptedTemplates(File, AdaptedTemplates);
|
||||
if (UsePreAdaptedTemplates)
|
||||
PrintAdaptedTemplates(File, AdaptedTemplates);
|
||||
#endif
|
||||
} /* PrintAdaptiveStatistics */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user