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

jichengdu /got-ocr-2:41708ef5

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_file
string
输入的图像文件路径
format
boolean
False
是否启用格式化处理和渲染 HTML

Output schema

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

Schema
{'properties': {'file': {'format': 'uri', 'title': 'File', 'type': 'string'},
                'text': {'title': 'Text', 'type': 'string'}},
 'required': ['text'],
 'title': 'Output',
 'type': 'object'}