mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 15:32:30 +00:00
remove unused httpx
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
4cc6e3ea5e
commit
fdb2191bdb
@ -4,9 +4,7 @@ import zipfile
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Iterable, List, Optional
|
from typing import Iterable, List, Optional
|
||||||
|
|
||||||
import httpx
|
|
||||||
import numpy
|
import numpy
|
||||||
import torch
|
|
||||||
from docling_core.types.doc import BoundingBox, CoordOrigin
|
from docling_core.types.doc import BoundingBox, CoordOrigin
|
||||||
|
|
||||||
from docling.datamodel.base_models import Cell, OcrCell, Page
|
from docling.datamodel.base_models import Cell, OcrCell, Page
|
||||||
|
Loading…
Reference in New Issue
Block a user