pdf2markdown/third_party/surya/detect_layout.py

5 lines
110 B
Python

from surya.scripts.detect_layout import detect_layout_cli
if __name__ == "__main__":
detect_layout_cli()