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