"""Entry point for `python -m llm_ocr`.""" from llm_ocr.cli import main if __name__ == "__main__": main()