marker / extraction_app.py
Vik Paruchuri
Add tests for extraction converter
5c982c9
raw
history blame
117 Bytes
from marker.scripts.run_streamlit_app import extraction_app_cli
if __name__ == "__main__":
extraction_app_cli()