From the course: Process Documents with Azure AI Document Intelligence
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Introduction to Document Intelligence SDKs and API
From the course: Process Documents with Azure AI Document Intelligence
Introduction to Document Intelligence SDKs and API
- [Instructor] Azure Document Intelligence provides you with a software development kit or SDK and APIs that allow you to create intelligent applications using the service. You should be able to see in the documentation the supported languages and platforms of the SDK. When using a specific SDK, it is very important to understand what version we intend to use as the functionalities vary based on the version. In addition, the newer versions are not generally available globally. In this example, the latest version is only available in these three regions. Hence, if you want to use the latest version, you need to indicate the proper region when you create the document intelligence resource in the Azure portal. We will be using Python for examples and it is supported by Windows, Mac, and Linux. Let me show you how you can set this up. We will be using GitHub code spaces for this example, but you can do this as well in your local machine. It is always good practice to save your endpoint…