Tesseract
3.02
|
00001 /* -*-C-*- 00002 ******************************************************************************** 00003 * 00004 * File: wordclass.h 00005 * Description: Word level classifier 00006 * Author: Mark Seaman, OCR Technology 00007 * Created: Mon Feb 5 11:42:51 1990 00008 * Modified: Thu Apr 18 14:33:24 1991 (Mark Seaman) marks@hpgrlt 00009 * Language: C 00010 * Package: N/A 00011 * Status: Experimental (Do Not Distribute) 00012 * 00013 * (c) Copyright 1990, Hewlett-Packard Company. 00014 ** Licensed under the Apache License, Version 2.0 (the "License"); 00015 ** you may not use this file except in compliance with the License. 00016 ** You may obtain a copy of the License at 00017 ** http://www.apache.org/licenses/LICENSE-2.0 00018 ** Unless required by applicable law or agreed to in writing, software 00019 ** distributed under the License is distributed on an "AS IS" BASIS, 00020 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00021 ** See the License for the specific language governing permissions and 00022 ** limitations under the License. 00023 * 00024 *********************************************************************************/ 00025 #ifndef WERDCLASSH 00026 #define WERDCLASSH 00027 00028 #include "blobs.h" 00029 #include "callcpp.h" 00030 #include "ratngs.h" 00031 #include "states.h" 00032 00033 void write_text_files(TWERD *word, 00034 char *raw_choice, 00035 int same_row, 00036 int good_word, 00037 int firstpass); 00038 #endif