You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3dpcp/.svn/pristine/5e/5e78feb428cbf36969530c51bbf...

25 lines
620 B
Plaintext

// =====================================================================================
//
// Filename: numberrec.h
//
// Description:
//
// Version: 1.0
// Created: 09/26/2010 01:26:59 AM
// Revision: none
// Compiler: g++
//
// Author: Jan Elseberg (), jelseber@uos.de
// Company: Universitaet Osnabrueck
//
// =====================================================================================
#ifndef __NUMBERREC_H__
#define __NUMBERREC_H__
//void my_test();
bool gocr_recognizeNumber(string &filename, int &number, double &probability);
#endif