File size: 431 Bytes
a370b95
 
 
 
 
 
2dc4c21
27722f3
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""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