forked from xavctn/img2table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (33 loc) · 809 Bytes
/
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
[metadata]
name = img2table
author = Xavier Canton
summary = img2table is a table identification and extraction Python Library for PDF and images, based on OpenCV image processing
license = MIT
description_file = README.md
description_content_type = text/markdown
home_page = https://github.com/xavctn/img2table
python_requires = >=3.8, <3.12
classifiers=
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir = src/
packages = img2table
[extras]
gcp =
google-cloud-vision
aws =
boto3
azure =
azure-cognitiveservices-vision-computervision
paddle =
paddlepaddle
paddleocr>=2.0.6
easyocr =
easyocr>=1.7.0
pillow<10
[pbr]
skip_authors = True
skip_changelog = True
skip_reno = True