neocr 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,46 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: neocr
|
3
|
+
Version: 0.1.0
|
4
|
+
Summary: NeoCR is a hierarchical, context-aware OCR system for mixed-content documents
|
5
|
+
Author: NeoSpace Technologies
|
6
|
+
Maintainer: NeoSpace Technologies
|
7
|
+
Project-URL: Homepage, https://neospacetech.github.io/neocr
|
8
|
+
Project-URL: Repository, https://github.com/neospacetech/neocr
|
9
|
+
Project-URL: Documentation, https://neospacetech.github.io/neocr
|
10
|
+
Project-URL: Bug Tracker, https://github.com/neospacetech/neocr/issues
|
11
|
+
Keywords: ocr,optical-character-recognition,document-analysis,text-extraction,handwriting-recognition,formula-recognition,table-extraction,hierarchical-parsing
|
12
|
+
Classifier: Development Status :: 3 - Alpha
|
13
|
+
Classifier: Intended Audience :: Developers
|
14
|
+
Classifier: Intended Audience :: Science/Research
|
15
|
+
Classifier: Operating System :: OS Independent
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
17
|
+
Classifier: Programming Language :: Python :: 3.8
|
18
|
+
Classifier: Programming Language :: Python :: 3.9
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
22
|
+
Classifier: Topic :: Scientific/Engineering :: Image Recognition
|
23
|
+
Classifier: Topic :: Text Processing
|
24
|
+
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Scanners
|
25
|
+
Requires-Python: >=3.8
|
26
|
+
Description-Content-Type: text/markdown
|
27
|
+
Requires-Dist: numpy==2.2.6
|
28
|
+
Requires-Dist: opencv-python>=4.12.0
|
29
|
+
Provides-Extra: dev
|
30
|
+
Requires-Dist: pytest>=6.0; extra == "dev"
|
31
|
+
Requires-Dist: pytest-cov; extra == "dev"
|
32
|
+
Requires-Dist: black; extra == "dev"
|
33
|
+
Requires-Dist: isort; extra == "dev"
|
34
|
+
Requires-Dist: flake8; extra == "dev"
|
35
|
+
Requires-Dist: mypy; extra == "dev"
|
36
|
+
Requires-Dist: pre-commit; extra == "dev"
|
37
|
+
Provides-Extra: docs
|
38
|
+
Requires-Dist: sphinx; extra == "docs"
|
39
|
+
Requires-Dist: sphinx-rtd-theme; extra == "docs"
|
40
|
+
Requires-Dist: myst-parser; extra == "docs"
|
41
|
+
Provides-Extra: test
|
42
|
+
Requires-Dist: pytest>=6.0; extra == "test"
|
43
|
+
Requires-Dist: pytest-cov; extra == "test"
|
44
|
+
|
45
|
+
# neocr
|
46
|
+
NeoCR is a hierarchical, context-aware OCR system for mixed-content documents. It decomposes text into atoms, symbols, quants, and groups, preserving structure. Supports handwriting, formulas, tables, and sketches, with predictive completion, confidence-aware inference, and export to plaintext, Markdown, LaTeX, or PDF.
|
@@ -0,0 +1,4 @@
|
|
1
|
+
neocr-0.1.0.dist-info/METADATA,sha256=vy1dORMTE60ovmxuUtydwE6nd9Qd-lwyjPTJpYeD5BE,2288
|
2
|
+
neocr-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
3
|
+
neocr-0.1.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
4
|
+
neocr-0.1.0.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
|