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.h;h=97a5c66997f16efa2abdf586979e21ffc5c9b1be;hp=943c2105c51189337e1eda759073a0213f3e3f48;hb=5235400ea0618cdc6e4585f9b032edbc000ad8e8;hpb=8360f12a6a457b73ebb18dbeedbb15e6ed91318b;ds=sidebyside diff --git a/pctb/ocr.h b/pctb/ocr.h index 943c210..97a5c66 100644 --- a/pctb/ocr.h +++ b/pctb/ocr.h @@ -56,7 +56,11 @@ OcrResultGlyph *ocr(OcrReader *rd, OcrCellType, int w, Pixcol cols[]); * array is valid until next call to ocr() */ + extern const char *o_resolver; +FILE *resolve_start(void); +void resolve_finish(void); + #endif /*OCR_H*/