Share via

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 Document Intelligence in Foundry Tools
Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform


1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 18,736 Reputation points Moderator
    2024-06-12T05:20:16.0766667+00:00

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.