X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2Focr.h;h=943c2105c51189337e1eda759073a0213f3e3f48;hb=74e4e249f2c3e848592984cb193aded6a77a341d;hp=df6aaf8fefd579b2a3399a5fbb697e725895a055;hpb=f2c5d45ada202f2ad2640b260cac2fd7bb83eb3e;p=ypp-sc-tools.db-test.git diff --git a/pctb/ocr.h b/pctb/ocr.h index df6aaf8..943c210 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,5 +56,7 @@ OcrResultGlyph *ocr(OcrReader *rd, OcrCellType, int w, Pixcol cols[]); * array is valid until next call to ocr() */ +extern const char *o_resolver; + #endif /*OCR_H*/