-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
69 lines (40 loc) · 2.27 KB
/
Copy pathNOTICE
File metadata and controls
69 lines (40 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Tesseract OCR
**Copyright**: Copyright (c) 2006-2024 Google Inc.
**License**: Apache License 2.0
**Official Website**: https://github.com/tesseract-ocr/tesseract
**Source Code**: https://github.com/tesseract-ocr/tesseract
## License Information
Tesseract is licensed under the Apache License, Version 2.0 (see `/LICENSES/Apache-2.0.txt`).
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
## Description
Tesseract is an open source text recognition (OCR) Engine, available under the Apache 2.0 license. It can be used directly, or (for programmers) using an API to extract printed text from images.
Tesseract supports over 100 languages and can recognize text in various scripts and formats.
## Usage in Nameback
Nameback uses Tesseract as a command-line tool to perform OCR on images and video frames to extract text for intelligent file renaming. Tesseract is an optional dependency that enables OCR features.
## Trained Data
Tesseract requires language-specific trained data files (.traineddata) to perform OCR. Nameback bundles the following language data:
- **English** (eng.traineddata)
- **Chinese Traditional** (chi_tra.traineddata)
- **Chinese Simplified** (chi_sim.traineddata)
Additional language data is available at: https://github.com/tesseract-ocr/tessdata
## Dependencies
Tesseract depends on:
- **Leptonica** - Image processing library (BSD 2-Clause License)
## Version Information
Current bundled version: 5.3.3 or later
Check for updates: https://github.com/tesseract-ocr/tesseract/releases
## Attribution Requirements
When distributing software that includes Tesseract under Apache 2.0, you must:
1. Include a copy of the Apache License 2.0
2. Retain all copyright, patent, trademark, and attribution notices
3. If you modify Tesseract files, include prominent notices stating that you changed the files
4. Include a copy of the NOTICE file if one exists in the distribution
You are NOT required to:
- Redistribute source code
- Submit changes back to the project
- Use the same license for your software
## Commercial Use
Tesseract can be used freely in commercial products without royalty fees under the Apache 2.0 license terms.
---
This software uses Tesseract OCR (https://github.com/tesseract-ocr/tesseract) licensed under Apache 2.0.