{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence"}],"enrichment":{"capability":"Python client for Azure AI Document Intelligence, a cloud service that uses machine learning to extract text, structured data, and field values from documents via prebuilt and custom models.","skillfed_tags":["azure-sdk","document-processing","ml-service"],"use_cases":["Extract structured data from receipts and invoices for expense tracking or accounting automation.","Build a custom model to extract domain-specific fields from contracts, medical forms, or insurance documents.","Classify incoming documents by type (e.g., invoice vs. receipt vs. purchase order) before routing to different processing pipelines.","Read and extract text and layout from scanned PDFs or images as part of a document digitization workflow.","Detect and extract barcodes or QR codes from documents using add-on capabilities."],"what_it_does":"This is the official Python SDK for Azure AI Document Intelligence, Microsoft's cloud-based document analysis service. It provides a client to submit documents for analysis using either prebuilt models (for receipts, invoices, business cards, ID documents, W-2 forms, and other common types) or custom models you train on your own data. The service extracts layout, text, key-value pairs, tables, barcodes, QR codes, formulas, and font/style information depending on the model and add-on capabilities you enable.\n\nThe package wraps the Azure REST API and handles authentication (API key or Azure Active Directory), request marshaling, and response parsing. It depends on azure-core for common Azure SDK patterns and isodate for date handling. The library supports both synchronous and asynchronous operations, though async requires aiohttp to be installed separately. It is actively maintained, production-stable, and widely used in the top 5000 PyPI packages by download volume.","worth_installing":"Yes. This is a production-stable, actively maintained official Azure SDK with low install friction, permissive licensing, no known vulnerabilities, and a clear use case for anyone building document analysis into an Azure-backed application. Install it if you need to integrate Document Intelligence into a Python project; skip it if you don't use Azure or need a different document processing backend."},"id":"azure-ai-documentintelligence","links":{"html":"https://skillfed.io/packages/azure-ai-documentintelligence","md":"https://skillfed.io/packages/azure-ai-documentintelligence.md","pypi":"https://pypi.org/project/azure-ai-documentintelligence/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-03-27","license_spdx":null,"license_treatment":"permissive","name":"azure-ai-documentintelligence","python_support":"supports_current","summary":"Microsoft Azure AI Document Intelligence Client Library for Python"},"popularity":{"monthly_downloads":10073052,"position":1486,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.0.2"}
