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