Skip to content

Commit

Permalink
Added 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudmersive committed Sep 2, 2019
1 parent 186115a commit b6c833e
Show file tree
Hide file tree
Showing 25 changed files with 124 additions and 45 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 is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: v1
- Package version: 2.0.7
- Package version: 2.0.8
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
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.0.7/python'
self.user_agent = 'Swagger-Codegen/2.0.8/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.0.7".\
"SDK Package Version: 2.0.8".\
format(env=sys.platform, pyversion=sys.version)
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def __init__(self, successful=None, person_name=None, person_title=None, busines
def successful(self):
"""Gets the successful of this BusinessCardRecognitionResult. # noqa: E501
True if the operation was successful, false otherwise # noqa: E501
:return: The successful of this BusinessCardRecognitionResult. # noqa: E501
:rtype: bool
Expand All @@ -96,6 +97,7 @@ def successful(self):
def successful(self, successful):
"""Sets the successful of this BusinessCardRecognitionResult.
True if the operation was successful, false otherwise # noqa: E501
:param successful: The successful of this BusinessCardRecognitionResult. # noqa: E501
:type: bool
Expand All @@ -107,6 +109,7 @@ def successful(self, successful):
def person_name(self):
"""Gets the person_name of this BusinessCardRecognitionResult. # noqa: E501
The name of the person printed on the business card (if included on the business card) # noqa: E501
:return: The person_name of this BusinessCardRecognitionResult. # noqa: E501
:rtype: str
Expand All @@ -117,6 +120,7 @@ def person_name(self):
def person_name(self, person_name):
"""Sets the person_name of this BusinessCardRecognitionResult.
The name of the person printed on the business card (if included on the business card) # noqa: E501
:param person_name: The person_name of this BusinessCardRecognitionResult. # noqa: E501
:type: str
Expand All @@ -128,6 +132,7 @@ def person_name(self, person_name):
def person_title(self):
"""Gets the person_title of this BusinessCardRecognitionResult. # noqa: E501
The title of the person printed on the business card (if included on the business card) # noqa: E501
:return: The person_title of this BusinessCardRecognitionResult. # noqa: E501
:rtype: str
Expand All @@ -138,6 +143,7 @@ def person_title(self):
def person_title(self, person_title):
"""Sets the person_title of this BusinessCardRecognitionResult.
The title of the person printed on the business card (if included on the business card) # noqa: E501
:param person_title: The person_title of this BusinessCardRecognitionResult. # noqa: E501
:type: str
Expand All @@ -149,6 +155,7 @@ def person_title(self, person_title):
def business_name(self):
"""Gets the business_name of this BusinessCardRecognitionResult. # noqa: E501
The name of the business printed on the business card (if included on the business card) # noqa: E501
:return: The business_name of this BusinessCardRecognitionResult. # noqa: E501
:rtype: str
Expand All @@ -159,6 +166,7 @@ def business_name(self):
def business_name(self, business_name):
"""Sets the business_name of this BusinessCardRecognitionResult.
The name of the business printed on the business card (if included on the business card) # noqa: E501
:param business_name: The business_name of this BusinessCardRecognitionResult. # noqa: E501
:type: str
Expand All @@ -170,6 +178,7 @@ def business_name(self, business_name):
def address_string(self):
"""Gets the address_string of this BusinessCardRecognitionResult. # noqa: E501
The address printed on the business card (if included on the business card) # noqa: E501
:return: The address_string of this BusinessCardRecognitionResult. # noqa: E501
:rtype: str
Expand All @@ -180,6 +189,7 @@ def address_string(self):
def address_string(self, address_string):
"""Sets the address_string of this BusinessCardRecognitionResult.
The address printed on the business card (if included on the business card) # noqa: E501
:param address_string: The address_string of this BusinessCardRecognitionResult. # noqa: E501
:type: str
Expand All @@ -191,6 +201,7 @@ def address_string(self, address_string):
def phone_number(self):
"""Gets the phone_number of this BusinessCardRecognitionResult. # noqa: E501
The phone number printed on the business card (if included on the business card) # noqa: E501
:return: The phone_number of this BusinessCardRecognitionResult. # noqa: E501
:rtype: str
Expand All @@ -201,6 +212,7 @@ def phone_number(self):
def phone_number(self, phone_number):
"""Sets the phone_number of this BusinessCardRecognitionResult.
The phone number printed on the business card (if included on the business card) # noqa: E501
:param phone_number: The phone_number of this BusinessCardRecognitionResult. # noqa: E501
:type: str
Expand All @@ -212,6 +224,7 @@ def phone_number(self, phone_number):
def email_address(self):
"""Gets the email_address of this BusinessCardRecognitionResult. # noqa: E501
The email address printed on the business card (if included on the business card) # noqa: E501
:return: The email_address of this BusinessCardRecognitionResult. # noqa: E501
:rtype: str
Expand All @@ -222,6 +235,7 @@ def email_address(self):
def email_address(self, email_address):
"""Sets the email_address of this BusinessCardRecognitionResult.
The email address printed on the business card (if included on the business card) # noqa: E501
:param email_address: The email_address of this BusinessCardRecognitionResult. # noqa: E501
:type: str
Expand All @@ -233,6 +247,7 @@ def email_address(self, email_address):
def timestamp(self):
"""Gets the timestamp of this BusinessCardRecognitionResult. # noqa: E501
The date and time printed on the business card (if included on the business card) # noqa: E501
:return: The timestamp of this BusinessCardRecognitionResult. # noqa: E501
:rtype: datetime
Expand All @@ -243,6 +258,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""Sets the timestamp of this BusinessCardRecognitionResult.
The date and time printed on the business card (if included on the business card) # noqa: E501
:param timestamp: The timestamp of this BusinessCardRecognitionResult. # noqa: E501
:type: datetime
Expand Down
4 changes: 4 additions & 0 deletions cloudmersive_ocr_api_client/models/field_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def __init__(self, target_field=None, field_values=None): # noqa: E501
def target_field(self):
"""Gets the target_field of this FieldResult. # noqa: E501
Target field to extract from the form # noqa: E501
:return: The target_field of this FieldResult. # noqa: E501
:rtype: FormFieldDefinition
Expand All @@ -69,6 +70,7 @@ def target_field(self):
def target_field(self, target_field):
"""Sets the target_field of this FieldResult.
Target field to extract from the form # noqa: E501
:param target_field: The target_field of this FieldResult. # noqa: E501
:type: FormFieldDefinition
Expand All @@ -80,6 +82,7 @@ def target_field(self, target_field):
def field_values(self):
"""Gets the field_values of this FieldResult. # noqa: E501
Result field value(s) extracted # noqa: E501
:return: The field_values of this FieldResult. # noqa: E501
:rtype: list[OcrPhotoTextElement]
Expand All @@ -90,6 +93,7 @@ def field_values(self):
def field_values(self, field_values):
"""Sets the field_values of this FieldResult.
Result field value(s) extracted # noqa: E501
:param field_values: The field_values of this FieldResult. # noqa: E501
:type: list[OcrPhotoTextElement]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def __init__(self, field_definitions=None): # noqa: E501
def field_definitions(self):
"""Gets the field_definitions of this FormDefinitionTemplate. # noqa: E501
Field definitions in the template # noqa: E501
:return: The field_definitions of this FormDefinitionTemplate. # noqa: E501
:rtype: list[FormFieldDefinition]
Expand All @@ -63,6 +64,7 @@ def field_definitions(self):
def field_definitions(self, field_definitions):
"""Sets the field_definitions of this FormDefinitionTemplate.
Field definitions in the template # noqa: E501
:param field_definitions: The field_definitions of this FormDefinitionTemplate. # noqa: E501
:type: list[FormFieldDefinition]
Expand Down
Loading

0 comments on commit b6c833e

Please sign in to comment.