Skip to content

ResponseGetProjectDataIndexConversionSettings

Properties

Name Type Description Notes
ocr OCROptions [optional]
table_structure TableStructureOptions [optional]
generate_page_images object [optional]

Example

from deepsearch.cps.apis.public_v2.models.response_get_project_data_index_conversion_settings import ResponseGetProjectDataIndexConversionSettings

# TODO update the JSON string below
json = "{}"
# create an instance of ResponseGetProjectDataIndexConversionSettings from a JSON string
response_get_project_data_index_conversion_settings_instance = ResponseGetProjectDataIndexConversionSettings.from_json(json)
# print the JSON string representation of the object
print(ResponseGetProjectDataIndexConversionSettings.to_json())

# convert the object into a dict
response_get_project_data_index_conversion_settings_dict = response_get_project_data_index_conversion_settings_instance.to_dict()
# create an instance of ResponseGetProjectDataIndexConversionSettings from a dict
response_get_project_data_index_conversion_settings_form_dict = response_get_project_data_index_conversion_settings.from_dict(response_get_project_data_index_conversion_settings_dict)
[Back to Model list] [Back to API list] [Back to README]