Sha256: 6a48c630a6dedf31a5761ff115289fde27585928f93bc2430ab65b3c0b278022

Contents?: true

Size: 1.27 KB

Versions: 2

Compression:

Stored size: 1.27 KB

Contents

///////////////////////////////////////////////////////////////////////
// File:        apitypes.h
// Description: Types used in both the API and internally
// Author:      Ray Smith
// Created:     Wed Mar 03 09:22:53 PST 2010
//
// (C) Copyright 2010, Google Inc.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////

#ifndef TESSERACT_API_APITYPES_H__
#define TESSERACT_API_APITYPES_H__

#include "publictypes.h"

// The types used by the API and Page/ResultIterator can be found in
// ccstruct/publictypes.h.
// API interfaces and API users should be sure to include this file, rather
// than the lower-level one, and lower-level code should be sure to include
// only the lower-level file.

#endif  // TESSERACT_API_APITYPES_H__

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
motion-ocr-0.1.0 vendor/MotionOCR/MotionOCR/build_dependencies/dependencies/include/tesseract/apitypes.h
motion-ocr-0.0.1 vendor/MotionOCR/MotionOCR/build_dependencies/dependencies/include/tesseract/apitypes.h