structocr 1.1.1__tar.gz → 1.1.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.
- {structocr-1.1.1 → structocr-1.1.2}/PKG-INFO +2 -2
- {structocr-1.1.1 → structocr-1.1.2}/README.md +1 -1
- {structocr-1.1.1 → structocr-1.1.2}/setup.py +1 -1
- {structocr-1.1.1 → structocr-1.1.2}/structocr/client.py +1 -1
- {structocr-1.1.1 → structocr-1.1.2}/structocr.egg-info/PKG-INFO +2 -2
- {structocr-1.1.1 → structocr-1.1.2}/setup.cfg +0 -0
- {structocr-1.1.1 → structocr-1.1.2}/structocr/__init__.py +0 -0
- {structocr-1.1.1 → structocr-1.1.2}/structocr.egg-info/SOURCES.txt +0 -0
- {structocr-1.1.1 → structocr-1.1.2}/structocr.egg-info/dependency_links.txt +0 -0
- {structocr-1.1.1 → structocr-1.1.2}/structocr.egg-info/requires.txt +0 -0
- {structocr-1.1.1 → structocr-1.1.2}/structocr.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: structocr
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: The official Python SDK for StructOCR API - Passport, ID card, Driver License OCR, and Invoice.
|
|
5
5
|
Home-page: https://structocr.com
|
|
6
6
|
Author: StructOCR Team
|
|
@@ -88,4 +88,4 @@ For full API documentation, response examples, and error codes, please visit the
|
|
|
88
88
|
|
|
89
89
|
## License
|
|
90
90
|
|
|
91
|
-
MIT License. See [LICENSE](https://www.google.com/search?q=LICENSE) for details.
|
|
91
|
+
MIT License. See [LICENSE](https://www.google.com/search?q=LICENSE) for details.cd
|
|
@@ -70,4 +70,4 @@ For full API documentation, response examples, and error codes, please visit the
|
|
|
70
70
|
|
|
71
71
|
## License
|
|
72
72
|
|
|
73
|
-
MIT License. See [LICENSE](https://www.google.com/search?q=LICENSE) for details.
|
|
73
|
+
MIT License. See [LICENSE](https://www.google.com/search?q=LICENSE) for details.cd
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="structocr",
|
|
5
|
-
version="1.1.
|
|
5
|
+
version="1.1.2",
|
|
6
6
|
description="The official Python SDK for StructOCR API - Passport, ID card, Driver License OCR, and Invoice.",
|
|
7
7
|
long_description=open("README.md").read(),
|
|
8
8
|
long_description_content_type="text/markdown",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: structocr
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: The official Python SDK for StructOCR API - Passport, ID card, Driver License OCR, and Invoice.
|
|
5
5
|
Home-page: https://structocr.com
|
|
6
6
|
Author: StructOCR Team
|
|
@@ -88,4 +88,4 @@ For full API documentation, response examples, and error codes, please visit the
|
|
|
88
88
|
|
|
89
89
|
## License
|
|
90
90
|
|
|
91
|
-
MIT License. See [LICENSE](https://www.google.com/search?q=LICENSE) for details.
|
|
91
|
+
MIT License. See [LICENSE](https://www.google.com/search?q=LICENSE) for details.cd
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|