pdf2markdown/marker/convert.py

5 lines
93 B
Python

from marker.scripts.convert import convert_cli
if __name__ == "__main__":
convert_cli()