tesseract  4.00.00dev
universalambigs.h
Go to the documentation of this file.
1 // File: universalambigs.h
3 // Description: Data for a universal ambigs file that is useful for
4 // any language.
5 // Author: Ray Smith
6 // Created: Mon Mar 18 11:26:00 PDT 2013
7 //
8 // (C) Copyright 2013, Google Inc.
9 // Licensed under the Apache License, Version 2.0 (the "License");
10 // you may not use this file except in compliance with the License.
11 // You may obtain a copy of the License at
12 // http://www.apache.org/licenses/LICENSE-2.0
13 // Unless required by applicable law or agreed to in writing, software
14 // distributed under the License is distributed on an "AS IS" BASIS,
15 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 // See the License for the specific language governing permissions and
17 // limitations under the License.
18 //
20 
21 #ifndef TESSERACT_CCUTIL_UNIVERSALAMBIGS_H_
22 #define TESSERACT_CCUTIL_UNIVERSALAMBIGS_H_
23 
24 namespace tesseract {
25 
26 extern const char kUniversalAmbigsFile[];
27 extern const int ksizeofUniversalAmbigsFile;
28 
29 } // namespace tesseract
30 
31 #endif // TESSERACT_CCUTIL_UNIVERSALAMBIGS_H_
const int ksizeofUniversalAmbigsFile
const char kUniversalAmbigsFile[]