Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
brestok
/
ocr-backend
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
66dc64c
ocr-backend
/
ocr
/
api
/
message
/
schemas.py
Istvan-Adem
add original text
2ae9761
4 months ago
raw
Copy download link
history
blame
Safe
98 Bytes
from
pydantic
import
BaseModel
class
OcrResponse
(
BaseModel
):
text:
str
originalText:
str