mirror of
https://github.com/VikParuchuri/surya.git
synced 2026-06-07 21:00:47 +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() |