Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fredcaixeta
/
ocr_extractor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ocr_extractor
/
main.py
fredcaixeta
go
d043f81
6 months ago
raw
Copy download link
history
blame
contribute
delete
87 Bytes
def
main
():
print
(
"Hello from extractor!"
)
if
__name__ ==
"__main__"
:
main()