Need help in accessing Azure document intelligence through Java SDK, help guides are little confusing, please help

Sriramsubramaniyan Nadarajan 76 Reputation points
2024-06-11T07:02:55.76+00:00

Hi Team,

We are planning to access the Azure document intelligence instance using Java SDK, I followed the help guide for creating the gradle project, however I am getting confused in below section. I am new to Java, can you please explain in detail on what should be done

Install the client library

This quickstart uses the Gradle dependency manager. You can find the client library and information for other dependency managers on the Maven Central Repository.

Open the project's build.gradle.kts file in your IDE. Copay and past the following code to include the client library as an implementation statement, along with the required plugins and settings.

KotlinCopy

   plugins {
       java
       application
   }
   application {
       mainClass.set("DocIntelligence")
   }
   repositories {
       mavenCentral()
   }
   dependencies {
       implementation group: 'com.azure', name: 'azure-ai-documentintelligence', version: '1.0.0-beta.2'

   }

Please let me know how can i add the 
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,505 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,577 questions
{count} votes

1 answer

Sort by: Most helpful