diff --git a/docs/capabilities/OCR/annotations.md b/docs/capabilities/OCR/annotations.md index ea8b3d3..0515201 100644 --- a/docs/capabilities/OCR/annotations.md +++ b/docs/capabilities/OCR/annotations.md @@ -98,7 +98,7 @@ from pydantic import BaseModel, Field class Image(BaseModel): image_type: str = Field(..., description="The type of the image.") short_description: str = Field(..., description="A description in english describing the image.") - summary: str = str = Field(..., description="Summarize the image.") + summary: str = Field(..., description="Summarize the image.") ``` **Start the completion**