I’ve tried all combinations of params listed in the title and the parsedText is identical for all.
For testing I’m using postman. So simple http requests.
Also, I’m using the pro endpoint as a paid pro customer.
Here’s the image.
And here's the response
{
"ParsedResults": [
{
"TextOverlay": {
"Lines": [],
"HasOverlay": false,
"Message": "Text overlay is not provided as it is not requested"
},
"TextOrientation": "0",
"FileParseExitCode": 1,
"ParsedText": "Supplement Facts\r\nSuggested Serving Size: 2 Capsule\r\nServings Per Container: 60\r\nAmount Per Serving\r\n% Daily Value\r\nMagnesium\r\n266 mg\r\n(from 1746 mg of magnesium citrate)\r\nZinc\r\n(from 54 mg of zinc picolinate)\r\n10 mg\r\nOther Ingredients: Vegetable Capsule (Hypromellose),\r\nOrganic Rice (Hull)\r\nSuggested Adult Use: To supplement a healthy diet take\r\n1-2 capsules daily, in the evening.\r\nCaution: Please consult your healthcare provider before\r\ntaking this or any supplement if you are pregnant, breast-\r\nfeeding, and/or taking any OTC or prescription medications.\r\nStore in a cool, dry place. Keep out of reach of children and\r\npets. Do not use if safety seal is broken or missing.\r\nThird\r\nParty\r\nCertified\r\nFor Purity & Accuracy\r\n",
"ErrorMessage": "",
"ErrorDetails": ""
}
],
"OCRExitCode": 1,
"IsErroredOnProcessing": false,
"ProcessingTimeInMilliseconds": "656",
"SearchablePDFURL": "Searchable PDF not generated as it was not requested."
}
Is this normal? At a minimum I would expect isTable
to produce different output.
Also, there’s no indication in the ParsedResults response indicating which parameters it used.
Thanks!