Skip to content

Commit

Permalink
2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudmersive committed Dec 24, 2019
1 parent 17b770f commit eab65a2
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The powerful Optical Character Recognition (OCR) APIs let you convert scanned im
This Python package provides a native API client for [Cloudmersive OCR](https://www.cloudmersive.com/ocr-api)

- API version: v1
- Package version: 2.1.8
- Package version: 2.1.9
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
18 changes: 15 additions & 3 deletions cloudmersive_ocr_api_client/api/image_ocr_api.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cloudmersive_ocr_api_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/2.1.8/python'
self.user_agent = 'Swagger-Codegen/2.1.9/python'

def __del__(self):
if self._pool is not None:
Expand Down
2 changes: 1 addition & 1 deletion cloudmersive_ocr_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v1\n"\
"SDK Package Version: 2.1.8".\
"SDK Package Version: 2.1.9".\
format(env=sys.platform, pyversion=sys.version)
18 changes: 12 additions & 6 deletions docs/ImageOcrApi.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packageconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName" : "cloudmersive_ocr_api_client",
"packageName" : "cloudmersive_ocr_api_client",
"packageVersion": "2.1.8",
"packageVersion": "2.1.9",
"packageUrl": "https://www.cloudmersive.com/ocr-api"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "cloudmersive_ocr_api_client"
VERSION = "2.1.8"
VERSION = "2.1.9"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit eab65a2

Please sign in to comment.