curl --location --request POST 'https://api.cloudmersive.com/ocr/photo/to/words-with-location' \
--form 'imageFile=@""'
{
"DiagnosticImage": "string",
"Successful": true,
"TextElements": [
{
"BoundingPoints": [
{
"X": 0,
"Y": 0
}
],
"ConfidenceLevel": 0,
"Height": 0,
"Text": "string",
"Width": 0,
"XLeft": 0,
"YTop": 0
}
]
}