mirror of
https://github.com/VikParuchuri/surya.git
synced 2026-06-04 21:03:53 +08:00
5 lines
98 B
Python
5 lines
98 B
Python
from surya.scripts.ocr_latex import ocr_latex_cli
|
|
|
|
if __name__ == "__main__":
|
|
ocr_latex_cli()
|