chiark / gitweb /
WIP island determination; pixmap handling in progress
[ypp-sc-tools.web-live.git] / pctb / ocr.h
index df6aaf8fefd579b2a3399a5fbb697e725895a055..943c2105c51189337e1eda759073a0213f3e3f48 100644 (file)
 
 #include "common.h"
 
-#include <string.h>
-#include <stdio.h>
-#include <errno.h>
-#include <assert.h>
-#include <stdint.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <inttypes.h>
-
-#include <sys/wait.h>
-
 
 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*/