Istvan-Adem
init
22379c6
raw
history blame
78 Bytes
from pydantic import BaseModel
class OcrResponse(BaseModel):
text: str