How do I set up Optical Character Recognition for some PDF documents?

Mike Adrian 0 Reputation points
2023-05-17T21:13:17.1433333+00:00

How do I set up Optical Character Recognition for some PDF documents?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,367 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 41,961 Reputation points Microsoft Employee
    2023-05-18T08:39:36.4833333+00:00

    @Mike Adrian It is recommended to use the computer vision Read API if your PDF document is below 2000 pages under the standard pricing tier. If you have large documents, then you could split the PDF and process accordingly.

    You could try using the quickstart available here for any of the languages or use the REST API The call to the API is asynchronous, so the response will be a location URL where the results will be available after the document is processed. You need to use a GET call on the response URL to retrieve the results of the read operation. I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments