File size: 112 Bytes
1be3a99
 
 
 
 
 
1
2
3
4
5
6
7
"""Entry point for `python -m llm_ocr`."""

from llm_ocr.cli import main

if __name__ == "__main__":
    main()