Skip to content

Instantly share code, notes, and snippets.

View RemoSande's full-sized avatar
💫
building

artdojo // aidojo RemoSande

💫
building
  • Freelance
  • Netherlands
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.