# AzureAiServicesDocumentIntelligenceTool

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/azure_ai_services/document_intelligence/AzureAiServicesDocumentIntelligenceTool)

Tool that queries the Azure AI Services Document Intelligence API.

In order to set this up, follow instructions at:
https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/quickstarts/get-started-sdks-rest-api?view=doc-intel-4.0.0&pivots=programming-language-python

## Signature

```python
AzureAiServicesDocumentIntelligenceTool()
```

## Extends

- `BaseTool`

## Properties

- `azure_ai_services_key`
- `azure_ai_services_endpoint`
- `doc_analysis_client`
- `name`
- `description`

## Methods

- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/tools/azure_ai_services/document_intelligence/AzureAiServicesDocumentIntelligenceTool/validate_environment)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/tools/azure_ai_services/document_intelligence.py#L18)