-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTHIRD-PARTY.txt
More file actions
58 lines (49 loc) · 2.73 KB
/
Copy pathTHIRD-PARTY.txt
File metadata and controls
58 lines (49 loc) · 2.73 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
Third-party software bundled in the Legerix Maven artifact
==========================================================
This file lists every third-party component packaged inside the Legerix jar
and its license. Legerix itself is distributed under the MIT License (see
LICENSE).
------------------------------------------------------------------------
1. Tesseract OCR
------------------------------------------------------------------------
Source : https://github.com/tesseract-ocr/tesseract
Version : 5.5.0
Files : libtesseract.so.5 (Linux x86_64 + aarch64, modern + legacy)
libtesseract.5.dylib (macOS x86_64 + aarch64)
tesseract55.dll (Windows x86_64)
License : Apache License, Version 2.0
License URL : https://www.apache.org/licenses/LICENSE-2.0
Copyright : (c) 2006 Google Inc.
(c) 1985-2007 Hewlett-Packard
and other contributors
------------------------------------------------------------------------
2. Leptonica
------------------------------------------------------------------------
Source : https://github.com/DanBloomberg/leptonica
Version : 1.87.0
Files : libleptonica.so.6 (Linux x86_64 + aarch64, modern + legacy)
libleptonica.6.dylib (macOS x86_64 + aarch64)
leptonica-1.87.0.dll (Windows x86_64)
License : BSD 2-Clause "Simplified" License
License URL : https://opensource.org/licenses/BSD-2-Clause
Copyright : (c) 2001-2025 Dan Bloomberg and contributors
------------------------------------------------------------------------
3. Tesseract traineddata fast models
------------------------------------------------------------------------
Source : https://github.com/tesseract-ocr/tessdata_fast
Paths in jar : tessdata/eng.traineddata (English)
tessdata/fra.traineddata (French)
tessdata/spa.traineddata (Spanish)
tessdata/chi_sim.traineddata (Simplified Chinese)
tessdata/hin.traineddata (Hindi)
License : Apache License, Version 2.0
License URL : https://www.apache.org/licenses/LICENSE-2.0
Copyright : (c) 2017-2025 Google Inc. and Tesseract contributors
------------------------------------------------------------------------
4. JNA (compile + test scope, NOT bundled in jar)
------------------------------------------------------------------------
Source : https://github.com/java-native-access/jna
Version : 5.14.0
License : Apache License, Version 2.0 / LGPL 2.1 (dual)
Note : Used at compile time and as a runtime dependency declared
in the POM. Not embedded in the Legerix artifact.