File size: 82 Bytes
998f55e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""DeepSeek OCR pipeline package."""

from .cli import main

__all__ = ["main"]