curl --location --request POST 'https://api.cloudmersive.com/ocr/photo/recognize/form' \
--form 'imageFile=@""'
{
"BestMatchFormSettingName": "string",
"Diagnostics": [
"string"
],
"FieldValueExtractionResult": [
{
"FieldValues": [
{
"BoundingPoints": [
{
"X": 0,
"Y": 0
}
],
"ConfidenceLevel": 0,
"Height": 0,
"Text": "string",
"Width": 0,
"XLeft": 0,
"YTop": 0
}
],
"TargetField": {
"AllowNumericDigits": true,
"AlternateAnchor": "string",
"AnchorMode": "string",
"BottomAnchor": "string",
"DataType": "string",
"FieldID": "string",
"HorizontalAlignmentType": "string",
"Ignore": [
"string"
],
"LeftAnchor": "string",
"MinimumCharacterCount": 0,
"Options": "string",
"TargetDigitCount": 0,
"TargetFieldHeight_Relative": 0,
"TargetFieldHorizontalAdjustment": 0,
"TargetFieldVerticalAdjustment": 0,
"TargetFieldWidth_Relative": 0,
"TopAnchor": "string",
"VerticalAlignmentType": "string"
}
}
],
"Successful": true,
"TableValueExtractionResults": [
{
"TableDefinition": {
"ColumnDefinitions": [
{
"AllowNumericDigits": true,
"AnchorMode": "string",
"ColumnID": "string",
"DataType": "string",
"MinimumCharacterCount": 0,
"TopAnchor": "string"
}
],
"TableID": "string",
"TargetRowHeight_Relative": 0,
"TargetTableHeight_Relative": 0
},
"TableRowsResult": [
{
"TableRowCellsResult": [
{
"CellValues": [
{
"BoundingPoints": [
{
"X": 0,
"Y": 0
}
],
"ConfidenceLevel": 0,
"Height": 0,
"Text": "string",
"Width": 0,
"XLeft": 0,
"YTop": 0
}
],
"ColumnID": "string"
}
]
}
]
}
]
}