X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2Focr.h;h=9a2b2c7c830cb577aa04be935aff7cac7d2bbb66;hb=e8489d4711c4cc773f6e5f315f3799027e824f91;hp=389a7d27a8224b4925081de24bff63fb568ce5eb;hpb=af1d80a949cfb4d17084f7b2fe52ac0b75c71473;p=ypp-sc-tools.db-test.git diff --git a/pctb/ocr.h b/pctb/ocr.h index 389a7d2..9a2b2c7 100644 --- a/pctb/ocr.h +++ b/pctb/ocr.h @@ -38,7 +38,8 @@ typedef uint32_t Pixcol; typedef struct { const char *s; /* valid until next call to ocr() */ int l,r; /* column numbers */ - int ctxi; /* match context index */ + int match; /* match context index */ + unsigned ctxmap; /* possible match contexts */ } OcrResultGlyph; @@ -50,6 +51,7 @@ const char *ocr_celltype_name(OcrCellType ct); typedef struct OcrReader OcrReader; OcrReader *ocr_init(int h); +void ocr_showcharsets(void); OcrResultGlyph *ocr(OcrReader *rd, OcrCellType, int w, Pixcol cols[]); /* return value is array terminated by {0,-1,-1}