curl --location --request POST 'https://api.cloudmersive.com/ocr/pdf/to/lines-with-location' \
--form 'imageFile=@""'
{
"OcrPages": [
{
"Lines": [
{
"LineText": "string",
"Words": [
{
"BlockNumber": 0,
"ConfidenceLevel": 0,
"Height": 0,
"LineNumber": 0,
"PageNumber": 0,
"ParagraphNumber": 0,
"Width": 0,
"WordNumber": 0,
"WordText": "string",
"XLeft": 0,
"YTop": 0
}
]
}
],
"PageNumber": 0,
"Successful": true
}
],
"Successful": true
}