forked from mittagessen/kraken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
69 lines (63 loc) · 1.51 KB
/
setup.cfg
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
[metadata]
name = kraken
author = Benjamin Kiessling
author_email = [email protected]
summary = OCR/HTR engine for all the languages
home_page = https://kraken.re
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = Apache
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: GPU
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Image Recognition
Topic :: Scientific/Engineering :: Artificial Intelligence
keywords =
ocr
htr
[files]
packages = kraken
[entry_points]
console_scripts =
kraken = kraken.kraken:cli
ketos = kraken.ketos:cli
[flake8]
max_line_length = 160
exclude = tests/*
[options]
python_requires = >=3.9,<3.13
install_requires =
jsonschema
lxml
requests
click>=8.1
numpy~=2.0.0
Pillow>=9.2.0
regex
scipy~=1.13.0
protobuf>=3.0.0
coremltools~=8.1
jinja2~=3.0
python-bidi~=0.6.0
torchvision>=0.5.0
torch~=2.4.0
scikit-learn~=1.5.0
scikit-image~=0.24.0
shapely>=2.0.6,~=2.0.6
pyarrow
lightning~=2.4.0
torchmetrics>=1.1.0
threadpoolctl~=3.5.0
rich
[options.extras_require]
test = hocr-spec; pytest
pdf = pyvips
augment = albumentations