tesseract
3.03
|
00001 00002 // File: universalambigs.h 00003 // Description: Data for a universal ambigs file that is useful for 00004 // any language. 00005 // Author: Ray Smith 00006 // Created: Mon Mar 18 11:26:00 PDT 2013 00007 // 00008 // (C) Copyright 2013, Google Inc. 00009 // Licensed under the Apache License, Version 2.0 (the "License"); 00010 // you may not use this file except in compliance with the License. 00011 // You may obtain a copy of the License at 00012 // http://www.apache.org/licenses/LICENSE-2.0 00013 // Unless required by applicable law or agreed to in writing, software 00014 // distributed under the License is distributed on an "AS IS" BASIS, 00015 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00016 // See the License for the specific language governing permissions and 00017 // limitations under the License. 00018 // 00020 00021 namespace tesseract { 00022 00023 extern const char kUniversalAmbigsFile[]; 00024 extern const int ksizeofUniversalAmbigsFile; 00025 00026 } // namespace tesseract