-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe05c39
commit 8fba9da
Showing
8 changed files
with
50 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
[project] | ||
name = "apple-ocr" | ||
version = "1.0.8" | ||
description = "An OCR (Optical Character Recognition) utility for text extraction from images." | ||
readme = "README.md" | ||
keywords = ["OCR", "image-recognition", "text-extraction", "clustering", "Apple Vision", "NLP", "LLM", "data"] | ||
classifiers = [ | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Intended Audience :: Education", | ||
"Intended Audience :: Science/Research", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: Scientific/Engineering :: Artificial Intelligence", | ||
"Topic :: Software Development", | ||
"Topic :: Software Development :: Libraries", | ||
"Topic :: Software Development :: Libraries :: Python Modules" | ||
] | ||
|
||
[build-system] | ||
requires = ["setuptools>=61.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[options] | ||
packages = ["find:"] | ||
install_requires = [ | ||
"torch", | ||
"numpy", | ||
"pandas", | ||
"Pillow", | ||
"scikit-learn", | ||
"plotly", | ||
"pyobjc" | ||
] | ||
|
||
[metadata] | ||
name = "apple-ocr" | ||
version = "1.0.8" | ||
license = "Apache License 2.0" | ||
author = "Louis Brulé Naudet" | ||
author_email = "[email protected]" | ||
description = "An OCR (Optical Character Recognition) utility for text extraction from images." | ||
long_description = "file: README.md" | ||
long_description_content_type = "text/markdown" | ||
url = "https://github.com/louisbrulenaudet/apple-ocr" | ||
homepage = "https://github.com/louisbrulenaudet/apple-ocr" | ||
project_urls = {repository = "https://github.com/louisbrulenaudet/apple-ocr"} | ||
keywords = "OCR, image-recognition, text-extraction, clustering, Apple Vision, NLP, LLM, data" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.