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) 回答済み
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
3件のコメント
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:
サインインしてコメントを残してください。