1
+ [project ]
2
+ name = " apple-ocr"
3
+ version = " 1.0.8"
4
+ description = " An OCR (Optical Character Recognition) utility for text extraction from images."
5
+ readme = " README.md"
6
+ keywords = [" OCR" , " image-recognition" , " text-extraction" , " clustering" , " Apple Vision" , " NLP" , " LLM" , " data" ]
7
+ classifiers = [
8
+ " Programming Language :: Python" ,
9
+ " Programming Language :: Python :: 3" ,
10
+ " Intended Audience :: Education" ,
11
+ " Intended Audience :: Science/Research" ,
12
+ " License :: OSI Approved :: Apache Software License" ,
13
+ " Topic :: Scientific/Engineering" ,
14
+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
15
+ " Topic :: Software Development" ,
16
+ " Topic :: Software Development :: Libraries" ,
17
+ " Topic :: Software Development :: Libraries :: Python Modules"
18
+ ]
19
+
20
+ [build-system ]
21
+ requires = [" setuptools>=61.0" ]
22
+ build-backend = " setuptools.build_meta"
23
+
24
+ [options ]
25
+ packages = [" find:" ]
26
+ install_requires = [
27
+ " torch" ,
28
+ " numpy" ,
29
+ " pandas" ,
30
+ " Pillow" ,
31
+ " scikit-learn" ,
32
+ " plotly" ,
33
+ " pyobjc"
34
+ ]
35
+
36
+ [metadata ]
37
+ name = " apple-ocr"
38
+ version = " 1.0.8"
39
+ license = " Apache License 2.0"
40
+ author = " Louis Brulé Naudet"
41
+ author_email =
" [email protected] "
42
+ description = " An OCR (Optical Character Recognition) utility for text extraction from images."
43
+ long_description = " file: README.md"
44
+ long_description_content_type = " text/markdown"
45
+ url = " https://github.com/louisbrulenaudet/apple-ocr"
46
+ homepage = " https://github.com/louisbrulenaudet/apple-ocr"
47
+ project_urls = {repository = " https://github.com/louisbrulenaudet/apple-ocr" }
48
+ keywords = " OCR, image-recognition, text-extraction, clustering, Apple Vision, NLP, LLM, data"
0 commit comments