Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shashankkandimalla
/
ocr-text-processing
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ocr-text-processing
/
ocr-application
/
lib
/
python3.11
/
__phello__
/
__init__.py
shashankkandimalla
Upload folder using huggingface_hub
288007d
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
97 Bytes
initialized =
True
def
main
():
print
(
"Hello world!"
)
if
__name__ ==
'__main__'
:
main()