tesseract
v4.0.0-17-g361f3264
Open Source OCR Engine
globals.h
1
/* -*-C-*-
2
******************************************************************************
3
*
4
* File: globals.h (Formerly globals.h)
5
* Description: Global Variables for Wise Owl
6
* Author: Mark Seaman, OCR Technology
7
* Created: Thu Dec 21 11:38:36 1989
8
* Modified: Thu Jan 4 17:13:00 1990 (Mark Seaman) marks@hpgrlt
9
* Language: C
10
* Package: N/A
11
* Status: Experimental (Do Not Distribute)
12
*
13
* (c) Copyright 1989, Hewlett-Packard Company.
14
** Licensed under the Apache License, Version 2.0 (the "License");
15
** you may not use this file except in compliance with the License.
16
** You may obtain a copy of the License at
17
** http://www.apache.org/licenses/LICENSE-2.0
18
** Unless required by applicable law or agreed to in writing, software
19
** distributed under the License is distributed on an "AS IS" BASIS,
20
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
** See the License for the specific language governing permissions and
22
** limitations under the License.
23
*
24
*****************************************************************************/
25
#ifndef GLOBALS_H
26
#define GLOBALS_H
27
28
#include "unicharset.h"
29
#include "strngs.h"
30
31
#include <cstdio>
32
33
#endif
src
tesseract
src
cutil
globals.h
Generated on Wed Nov 7 2018 13:45:54 for tesseract by
1.8.13