tesseract  4.00.00dev
hpdsizes.h
Go to the documentation of this file.
1 // Licensed under the Apache License, Version 2.0 (the "License");
2 // you may not use this file except in compliance with the License.
3 // You may obtain a copy of the License at
4 // http://www.apache.org/licenses/LICENSE-2.0
5 // Unless required by applicable law or agreed to in writing, software
6 // distributed under the License is distributed on an "AS IS" BASIS,
7 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8 // See the License for the specific language governing permissions and
9 // limitations under the License.
10 #ifndef HPDSIZES_H
11 #define HPDSIZES_H
12 
13 #define NUM_TEXT_ATTR 10
14 #define NUM_BLOCK_ATTR 7
15 #define MAXLENGTH 128
16 #define NUM_BACKGROUNDS 8
17 #endif