Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1014 Bytes

FormRecognitionResult.md

File metadata and controls

14 lines (10 loc) · 1014 Bytes

FormRecognitionResult

Properties

Name Type Description Notes
successful bool True if the operation was successful, false otherwise [optional]
field_value_extraction_result list[FieldResult] Result of form field OCR data extraction [optional]
table_value_extraction_results list[TableResult] Result of form table OCR data extraction [optional]
diagnostics list[str] Diagnostic images - default is null, enable diagnostics=true to populate this parameter with one image per field [optional]
best_match_form_setting_name str Optional; populated when using photo/recognize/form/advanced with the Setting Name of the best-matching highest-relevance form [optional]

[Back to Model list] [Back to API list] [Back to README]