X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=blobdiff_plain;f=pctb%2Focr.c;h=92b09031c5c53ccde0029c0b7a26343db68645c6;hp=37ca7d28ed284de9b70c1cc29b1f528a20d24a12;hb=063c2dbf09dab9aa30ebc45b81b464baa41f6a8f;hpb=124bfe502b5841d6d05f3f7e9fc825f918d3109d diff --git a/pctb/ocr.c b/pctb/ocr.c index 37ca7d2..92b0903 100644 --- a/pctb/ocr.c +++ b/pctb/ocr.c @@ -397,7 +397,7 @@ static DatabaseNode *findchar_1ctx(const FindCharArgs *fca, int x= fca->x; for (;;) { - debug_flush(); + if (DEBUGP(ocr)) debug_flush(); debugf(" | x=%d",x); if (x > fca->w) break; Pixcol cv= fca->cols[x]; @@ -531,7 +531,7 @@ OcrResultGlyph *ocr(OcrReader *rd, OcrCellType ct, int w, x=0; for (;;) { - debug_flush(); + if (DEBUGP(ocr)) debug_flush(); /* skip spaces */ if (x>=w) break; @@ -597,7 +597,6 @@ OcrReader *ocr_init(int h) { if (o_flags & ff_dict_fetch) { char *fetchfile= masprintf("char%d",h); - progress("Updating %s...",fetchfile); fetch_with_rsync(fetchfile); free(fetchfile); }