Skip to content

Instantly share code, notes, and snippets.

View alexpuchoa's full-sized avatar

Alexandre P. Uchoa alexpuchoa

  • RNP - Rede Nacional de Ensino e Pesquisa
  • Rio de Janeiro, Brazil
View GitHub Profile
@daveebbelaar
daveebbelaar / document_intelligence.py
Created July 13, 2024 07:08
A service class for interacting with Azure Document Intelligence API.
import logging
import requests
import time
from typing import Union, Dict
from config.settings import get_settings
class DocumentIntelligenceService:
"""
A service class for interacting with Azure Document Intelligence API.