Need suggestion to OCR a PDF file stored on Azure Blob Storage. I want to OCR pdf file using Azure file link instead of downloading the file and passing its url to ABBYY OCR Cloud
OCR a PDF file stored on Azure Blob Storage (ABBYY OCR Cloud) Answered
Was this article helpful?
0 out of 0 found this helpful
Comments
3 comments
Hi Sajid,
you don't need to create a new url to pass to the api.
You can download the file and put it into the post-request directly.
Best wishes
Marc
Thank you for your support. Can you please explain your answer with some code snippet if possible.
sure.
Download the file you want to convert and save it temporary to disc to use the following snippet. filepath + filename stored in $fillePath:
Please sign in to leave a comment.