DocumentServer/ActiveX/ASCOfficeUtils/GOCR/headers/barcode.h
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

12 lines
165 B
C

#ifndef _BARCODE_H
#define _BARCODE_H
#include "pnm.h"
/*
detect barcode and add a string to the box (obj-pointer)
*/
int detect_barcode(job_t *job);
#endif