File: ho_recognize_font_2.h

package info (click to toggle)
hocr 0.10.18-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,296 kB
  • sloc: ansic: 18,153; sh: 11,473; python: 1,422; makefile: 190; cpp: 19
file content (134 lines) | stat: -rw-r--r-- 4,187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134

/***************************************************************************
 *            ho_recognize_font_2.h
 *
 *  Fri Aug 12 20:13:33 2005
 *  Copyright  2005-2008  Yaacov Zamir
 *  <kzamir@walla.co.il>
 ****************************************************************************/

/*  
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/** @file ho_recognize_font_2.h
    @brief libhocr C language header.
    
    libhocr - LIBrary for Hebrew Optical Character Recognition 
*/

#ifndef HO_RECOGNIZE_FONT_2_H
#define HO_RECOGNIZE_FONT_2_H 1

double ho_recognize_font_2_zero (const double *array_in);

double ho_recognize_font_2_one (const double *array_in);

double ho_recognize_font_2_two (const double *array_in);

double ho_recognize_font_2_three (const double *array_in);

double ho_recognize_font_2_four (const double *array_in);

double ho_recognize_font_2_five (const double *array_in);

double ho_recognize_font_2_six (const double *array_in);

double ho_recognize_font_2_seven (const double *array_in);

double ho_recognize_font_2_eight (const double *array_in);

double ho_recognize_font_2_nine (const double *array_in);

double ho_recognize_font_2_dot (const double *array_in);

double ho_recognize_font_2_comma (const double *array_in);

double ho_recognize_font_2_open (const double *array_in);

double ho_recognize_font_2_close (const double *array_in);

double ho_recognize_font_2_minus (const double *array_in);

double ho_recognize_font_2_plus (const double *array_in);

double ho_recognize_font_2_div (const double *array_in);

double ho_recognize_font_2_tag (const double *array_in);

double ho_recognize_font_2_two_tags (const double *array_in);

double ho_recognize_font_2_question (const double *array_in);

double ho_recognize_font_2_exclem (const double *array_in);

double ho_recognize_font_2_dot_dot (const double *array_in);

double ho_recognize_font_2_dot_comma (const double *array_in);

double ho_recognize_font_2_alef (const double *array_in);

double ho_recognize_font_2_bet (const double *array_in);

double ho_recognize_font_2_gimal (const double *array_in);

double ho_recognize_font_2_dalet (const double *array_in);

double ho_recognize_font_2_hey (const double *array_in);

double ho_recognize_font_2_vav (const double *array_in);

double ho_recognize_font_2_zayin (const double *array_in);

double ho_recognize_font_2_het (const double *array_in);

double ho_recognize_font_2_tet (const double *array_in);

double ho_recognize_font_2_yud (const double *array_in);

double ho_recognize_font_2_caf (const double *array_in);

double ho_recognize_font_2_caf_sofit (const double *array_in);

double ho_recognize_font_2_lamed (const double *array_in);

double ho_recognize_font_2_mem (const double *array_in);

double ho_recognize_font_2_mem_sofit (const double *array_in);

double ho_recognize_font_2_nun (const double *array_in);

double ho_recognize_font_2_nun_sofit (const double *array_in);

double ho_recognize_font_2_samech (const double *array_in);

double ho_recognize_font_2_ayin (const double *array_in);

double ho_recognize_font_2_pey (const double *array_in);

double ho_recognize_font_2_pey_sofit (const double *array_in);

double ho_recognize_font_2_tzadi (const double *array_in);

double ho_recognize_font_2_tzadi_sofit (const double *array_in);

double ho_recognize_font_2_kuf (const double *array_in);

double ho_recognize_font_2_resh (const double *array_in);

double ho_recognize_font_2_shin (const double *array_in);

double ho_recognize_font_2_tav (const double *array_in);

#endif /* HO_RECOGNIZE_FONT_2_H */