SFEREWQW's picture
Upload 395 files
18e4106 verified
raw
history blame contribute delete
319 Bytes
from pdf_extract_kit.tasks.layout_detection.models.yolo import LayoutDetectionYOLO
# from pdf_extract_kit.tasks.layout_detection.models.layoutlmv3 import LayoutDetectionLayoutlmv3
from pdf_extract_kit.registry.registry import MODEL_REGISTRY
__all__ = [
"LayoutDetectionYOLO",
# "LayoutDetectionLayoutlmv3",
]