00001 /********************************************************************** 00002 * File: tessinit.h (Formerly tessinit.h) 00003 * Description: Stuff from recog needed by tessedit. 00004 * Author: Ray Smith 00005 * Created: Thu Jan 23 09:36:25 GMT 1992 00006 * 00007 * (C) Copyright 1992, Hewlett-Packard Ltd. 00008 ** Licensed under the Apache License, Version 2.0 (the "License"); 00009 ** you may not use this file except in compliance with the License. 00010 ** You may obtain a copy of the License at 00011 ** http://www.apache.org/licenses/LICENSE-2.0 00012 ** Unless required by applicable law or agreed to in writing, software 00013 ** distributed under the License is distributed on an "AS IS" BASIS, 00014 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00015 ** See the License for the specific language governing permissions and 00016 ** limitations under the License. 00017 * 00018 **********************************************************************/ 00019 #ifndef TESSINIT_H 00020 #define TESSINIT_H 00021 00022 #include "varable.h" 00023 00024 #undef _ARGS 00025 extern int row_number; 00026 extern FILE *boxfp; 00027 00028 /*--------------------------------------------------------------------------- 00029 Variables 00030 ----------------------------------------------------------------------------*/ 00031 extern INT_VAR_H(wordrec_corner_0, "corner_0", 0); 00032 extern INT_VAR_H(wordrec_corner_1, "corner_1", 0); 00033 extern INT_VAR_H(wordrec_corner_2, "corner_2", 2550); 00034 extern INT_VAR_H(wordrec_corner_3, "corner_3", 3508); 00035 00036 #endif