You're looking at a specific version of this model. Jump to the model overview.
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 |
string
|
|
Comma-separated language codes. Empty = defaults
|
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': {'metadata': {'title': 'Metadata', 'type': 'string'},
'text_file': {'format': 'uri',
'title': 'Text File',
'type': 'string'}},
'required': ['text_file', 'metadata'],
'title': 'ModelOutput',
'type': 'object'}