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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: structocr
3
- Version: 1.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.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",
@@ -82,7 +82,7 @@ class StructOCR:
82
82
  # Endpoint: /v1/driver-license
83
83
  return self._post_image('driver-license', file_path)
84
84
 
85
- def scan_driver_license(self, file_path):
85
+ def scan_invoice(self, file_path):
86
86
  """
87
87
  Scan a Invoice.
88
88
  path: Path to the invoice image file.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: structocr
3
- Version: 1.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