Lines Matching refs:LOGI
92 LOGI("UPDATE LANG %s SHARDS %d", lang, shards); in add_language()
97 LOGI("ADD NEW LANG %s SHARDS %d", lang, shards); in add_language()
110 LOGI("FREE LANG %s\n", trav->lang); in free_languages()
162 LOGI("input file %s\n", infile); in test_ocr()
166 LOGI("file size %lld\n", s.st_size); in test_ocr()
169 LOGI("infile mmapped at %p\n", buffer); in test_ocr()
174 LOGI("tessdata %s\n", tessdata); in test_ocr()
175 LOGI("lang %s\n", lang); in test_ocr()
178 LOGI("ratings %s\n", ratings); in test_ocr()
182 LOGI("set image x=%d, y=%d bpp=%d\n", x, y, bpp); in test_ocr()
187 LOGI("set rectangle to cover entire image\n"); in test_ocr()
190 LOGI("set page seg mode to single character\n"); in test_ocr()
192 LOGI("recognize\n"); in test_ocr()
201 LOGI("write to output %s\n", outfile); in test_ocr()
205 else LOGI("could not write to output %s\n", outfile); in test_ocr()
208 LOGI("mean confidence: %d\n", mean_confidence); in test_ocr()
213 LOGI("confidence %d: %d\n", len, *trav); in test_ocr()
216 LOGI("clearing api\n"); in test_ocr()
218 LOGI("clearing adaptive classifier\n"); in test_ocr()
221 LOGI("clearing text\n"); in test_ocr()
246 LOGI("lang %s\n", c_lang); in ocr_open()
252 LOGI("lang %s initialization complete\n", c_lang); in ocr_open()
256 LOGI("successfully initialized tesseract!"); in ocr_open()
269 LOGI("write to output %s\n", outfile); in dump_debug_data()
286 LOGI("set encoded\n"); in ocr_set_encoded()
311 LOGI("norm bg\n"); in ocr_normalize_bg()
335 LOGI("set image x=%d, y=%d, bpp=%d\n", width, height, bpp); in ocr_set_image()
358 LOGI("releasing image buffer"); in ocr_release_image()
382 LOGI("set rectangle left=%d, top=%d, width=%d, height=%d\n", in ocr_set_rectangle()
400 LOGI("BEFORE RECOGNIZE"); in ocr_recognize()
402 LOGI("AFTER RECOGNIZE"); in ocr_recognize()
484 LOGI("releasing all memory"); in ocr_clear_results()
490 LOGI("clearing adaptive classifier"); in ocr_clear_results()
526 LOGI("readdir"); in ocr_get_languages()
583 LOGI("shards for lang %s: %d\n", c_lang, ret); in ocr_get_shards()
684 LOGI("In OcrLib JNI_OnLoad\n"); in JNI_OnLoad()
696 LOGI("OcrLib native registration succeeded!\n"); in JNI_OnLoad()