Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
levalencia
/
docling
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
98aae70
docling
/
main.py
levalencia
Enhance README and Streamlit app for Medical Document Parser & Redactor
bb68eb6
2 months ago
raw
Copy download link
history
blame
Safe
85 Bytes
def
main
():
print
(
"Hello from docling!"
)
if
__name__ ==
"__main__"
:
main()