Update main.py

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
Panos Vagenas 2025-01-27 13:13:12 +01:00 committed by GitHub
parent 8b41861fc6
commit 327e9238c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
import importlib
import logging
import platform
import re
import tempfile
import time
import warnings
from pathlib import Path
from typing import Annotated, Dict, Iterable, List, Optional, Type
import platform
import typer
from docling_core.types.doc import ImageRefMode