trustgraph-ocr 2.2.0__tar.gz → 2.2.2__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.
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/PKG-INFO +1 -1
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/trustgraph/decoding/ocr/pdf_decoder.py +0 -2
- trustgraph_ocr-2.2.2/trustgraph/ocr_version.py +1 -0
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/trustgraph_ocr.egg-info/PKG-INFO +1 -1
- trustgraph_ocr-2.2.0/trustgraph/ocr_version.py +0 -1
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/README.md +0 -0
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/pyproject.toml +0 -0
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/setup.cfg +0 -0
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/trustgraph/decoding/ocr/__init__.py +0 -0
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/trustgraph/decoding/ocr/__main__.py +0 -0
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/trustgraph_ocr.egg-info/SOURCES.txt +0 -0
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/trustgraph_ocr.egg-info/dependency_links.txt +0 -0
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/trustgraph_ocr.egg-info/entry_points.txt +0 -0
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/trustgraph_ocr.egg-info/requires.txt +0 -0
- {trustgraph_ocr-2.2.0 → trustgraph_ocr-2.2.2}/trustgraph_ocr.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trustgraph-ocr
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.2
|
|
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
|
Author-email: "trustgraph.ai" <security@trustgraph.ai>
|
|
6
6
|
Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
|
|
@@ -124,8 +124,6 @@ class Processor(FlowProcessor):
|
|
|
124
124
|
if request_id and request_id in self.pending_requests:
|
|
125
125
|
future = self.pending_requests.pop(request_id)
|
|
126
126
|
future.set_result(response)
|
|
127
|
-
else:
|
|
128
|
-
logger.warning(f"Received unexpected librarian response: {request_id}")
|
|
129
127
|
|
|
130
128
|
async def fetch_document_metadata(self, document_id, user, timeout=120):
|
|
131
129
|
"""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.2.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trustgraph-ocr
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.2
|
|
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
|
Author-email: "trustgraph.ai" <security@trustgraph.ai>
|
|
6
6
|
Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.2.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|