Skip to content

ResponseUpdateProjectDataIndexConversionSettings

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_update_project_data_index_conversion_settings import ResponseUpdateProjectDataIndexConversionSettings

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

# convert the object into a dict
response_update_project_data_index_conversion_settings_dict = response_update_project_data_index_conversion_settings_instance.to_dict()
# create an instance of ResponseUpdateProjectDataIndexConversionSettings from a dict
response_update_project_data_index_conversion_settings_form_dict = response_update_project_data_index_conversion_settings.from_dict(response_update_project_data_index_conversion_settings_dict)
[Back to Model list] [Back to API list] [Back to README]