Markit / src /parsers /__init__.py
AnseMin's picture
adding gemini flash
2dc4c21
raw
history blame contribute delete
431 Bytes
"""Parser implementations for document conversion."""
# Import all parsers to ensure they're registered
from src.parsers.docling_parser import DoclingParser
from src.parsers.marker_parser import MarkerParser
from src.parsers.pypdfium_parser import PyPdfiumParser
from src.parsers.gemini_flash_parser import GeminiFlashParser
# You can add new parsers here in the future
# This file makes the parsers directory a Python package