trustgraph-ocr 0.21.11__tar.gz → 0.21.13__tar.gz

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.
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-ocr
3
- Version: 0.21.11
3
+ Version: 0.21.13
4
4
  Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
5
5
  Home-page: https://github.com/trustgraph-ai/trustgraph
6
- Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.11.tar.gz
6
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.13.tar.gz
7
7
  Author: trustgraph.ai
8
8
  Author-email: security@trustgraph.ai
9
9
  Classifier: Programming Language :: Python :: 3
@@ -11,11 +11,5 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.8
13
13
  Description-Content-Type: text/markdown
14
- Requires-Dist: trustgraph-base<0.22,>=0.21
15
- Requires-Dist: pulsar-client
16
- Requires-Dist: prometheus-client
17
- Requires-Dist: boto3
18
- Requires-Dist: pdf2image
19
- Requires-Dist: pytesseract
20
14
 
21
15
  See https://trustgraph.ai/
@@ -0,0 +1 @@
1
+ __version__ = "0.21.13"
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-ocr
3
- Version: 0.21.11
3
+ Version: 0.21.13
4
4
  Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
5
5
  Home-page: https://github.com/trustgraph-ai/trustgraph
6
- Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.11.tar.gz
6
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.13.tar.gz
7
7
  Author: trustgraph.ai
8
8
  Author-email: security@trustgraph.ai
9
9
  Classifier: Programming Language :: Python :: 3
@@ -11,11 +11,5 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.8
13
13
  Description-Content-Type: text/markdown
14
- Requires-Dist: trustgraph-base<0.22,>=0.21
15
- Requires-Dist: pulsar-client
16
- Requires-Dist: prometheus-client
17
- Requires-Dist: boto3
18
- Requires-Dist: pdf2image
19
- Requires-Dist: pytesseract
20
14
 
21
15
  See https://trustgraph.ai/
@@ -2,7 +2,6 @@ README.md
2
2
  setup.py
3
3
  scripts/pdf-ocr
4
4
  trustgraph/ocr_version.py
5
- trustgraph/tesseract_version.py
6
5
  trustgraph/decoding/ocr/__init__.py
7
6
  trustgraph/decoding/ocr/__main__.py
8
7
  trustgraph/decoding/ocr/pdf_decoder.py
@@ -1 +0,0 @@
1
- __version__ = "0.21.11"
@@ -1 +0,0 @@
1
- __version__ = "0.0.0"
@@ -1,6 +1,6 @@
1
- trustgraph-base<0.22,>=0.21
2
- pulsar-client
3
- prometheus-client
4
1
  boto3
5
2
  pdf2image
3
+ prometheus-client
4
+ pulsar-client
6
5
  pytesseract
6
+ trustgraph-base<0.22,>=0.21