You're looking at a specific version of this model. Jump to the model overview.

zsxkib /easyocr:43397a0b

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
image
string
Screenshot or image file
languages
None
auto
Languages preset or custom list
custom_languages
string
Custom language codes (comma-separated) — used when languages=custom
min_confidence
number
0.25

Max: 1

Minimum confidence (0.0-1.0)
preprocessing
boolean
True
Apply preprocessing (recommended)
text_only
boolean
False
Return only text lines (list of strings)
include_bboxes
boolean
True
Include x1,y1,x2,y2 in output
include_polygons
boolean
False
Include 4-point polygon as flat list

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'markdown': {'format': 'uri',
                             'title': 'Markdown',
                             'type': 'string'},
                'metadata': {'title': 'Metadata', 'type': 'string'}},
 'required': ['markdown', 'metadata'],
 'title': 'ModelOutput',
 'type': 'object'}