mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-20 07:34:28 +08:00
Add SPDX-License-Identifier to public include files
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
7a218f1d6c
commit
5057483ec8
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: baseapi.h
|
||||
// Description: Simple API for calling tesseract.
|
||||
// Author: Ray Smith
|
||||
|
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: capi.h
|
||||
// Description: C-API TessBaseAPI
|
||||
//
|
||||
|
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: export.h
|
||||
// Description: Place holder
|
||||
//
|
||||
|
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: ltrresultiterator.h
|
||||
// Description: Iterator for tesseract results in strict left-to-right
|
||||
// order that avoids using tesseract internal data structures.
|
||||
|
@ -1,4 +1,5 @@
|
||||
/**********************************************************************
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
* File: ocrclass.h
|
||||
* Description: Class definitions and constants for the OCR API.
|
||||
* Author: Hewlett-Packard Co
|
||||
|
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: osdetect.h
|
||||
// Description: Orientation and script detection.
|
||||
// Author: Samuel Charron
|
||||
|
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: pageiterator.h
|
||||
// Description: Iterator for tesseract page structure that avoids using
|
||||
// tesseract internal data structures.
|
||||
|
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: publictypes.h
|
||||
// Description: Types used in both the API and internally
|
||||
// Author: Ray Smith
|
||||
|
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: renderer.h
|
||||
// Description: Rendering interface to inject into TessBaseAPI
|
||||
//
|
||||
|
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: resultiterator.h
|
||||
// Description: Iterator for tesseract results that is capable of
|
||||
// iterating in proper reading order over Bi Directional
|
||||
|
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: unichar.h
|
||||
// Description: Unicode character/ligature class.
|
||||
// Author: Ray Smith
|
||||
|
@ -1,4 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// File: version.h
|
||||
// Description: Version information
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user