Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HycJack
/
fastapi_rapidocr
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
08606b0
fastapi_rapidocr
/
main.py
HycJack
add file
08606b0
8 months ago
raw
Copy download link
history
blame
Safe
107 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
read_root
():
return
{
"Hello"
:
"World!"
}