X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2Fstructure.c;h=35cf0d9507da3335dbe47df403e9992808bc8e85;hp=97cbb0739473e0e2fcdc5fb5609a973dd438c1c8;hb=f8488ba218ce448dc5c02c8d83e85b6c551332eb;hpb=0487d41d9c7796c6efebb8235c9aa39fe580ccf9 diff --git a/pctb/structure.c b/pctb/structure.c index 97cbb07..35cf0d9 100644 --- a/pctb/structure.c +++ b/pctb/structure.c @@ -470,7 +470,7 @@ void analyse(FILE *tsv_output) { if (!rd) rd= ocr_init(text_h); - progress("OCRing page %d...",page); + progress("Scanning page %d...",page); for (tryrect= +cim->h; tryrect >= -cim->h; tryrect--) { find_commodity(tryrect, &thisr); @@ -494,6 +494,7 @@ void analyse(FILE *tsv_output) { sysassert(!fflush(tsv_output)); } } + progress("Commodity table scan complete."); } //static Rect islandnamer;