Free-OCR-API-CSharp icon indicating copy to clipboard operation
Free-OCR-API-CSharp copied to clipboard

URL Parameter

Open NSTA1 opened this issue 8 years ago • 5 comments

When I supply the URL property to /Parse/Image, I get this response:

{"ParsedResults":null,"OCRExitCode":99,"IsErroredOnProcessing":true,"ErrorMessage":"Not a valid URL. URL must be of a valid and existing Image or PDF.","ErrorDetails":"","ProcessingTimeInMilliseconds":"0"}

The url provided is a valid one (an Azure Blob url with a valid SAS token - tested and working), so I'm guessing that the service doesn't like the fact that the url has a query string... could you please allow query strings for such scenarios? (Would be nice if my app could just point you at the Azure blob instead of having to download it from Azure in order to upload it to your service)

NSTA1 avatar Mar 11 '16 15:03 NSTA1