4 lines
121 B
Python
4 lines
121 B
Python
1 month ago
|
from surya.scripts.table_recognition import table_recognition_cli
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
table_recognition_cli()
|