X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2Focr.h;h=97a5c66997f16efa2abdf586979e21ffc5c9b1be;hp=69ccbe906be30c179d9b0b311aad353f356e04c5;hb=b4e128efc860c4416fe913abe97b190404e866dd;hpb=6e70a6f2ac5765379239252d771f9218a80b9c71 diff --git a/pctb/ocr.h b/pctb/ocr.h index 69ccbe9..97a5c66 100644 --- a/pctb/ocr.h +++ b/pctb/ocr.h @@ -31,17 +31,6 @@ #include "common.h" -#include -#include -#include -#include -#include -#include -#include -#include - -#include - typedef uint32_t Pixcol; #define PSPIXCOL(priscan) priscan##32 @@ -67,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*/