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

zf-kbot /ocr:959db57f

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
files
array
上传图像文件或PDF图片页。
language
array
图像对应语言
request_id
string
i

Output schema

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

Schema
{'properties': {'ocr_result': {'items': {'properties': {'error': {'title': 'Error',
                                                                  'type': 'string'},
                                                        'result': {'items': {},
                                                                   'title': 'Result',
                                                                   'type': 'array'}},
                                         'required': ['error', 'result'],
                                         'title': 'ImageOCRResult',
                                         'type': 'object'},
                               'title': 'Ocr Result',
                               'type': 'array'}},
 'required': ['ocr_result'],
 'title': 'Output',
 'type': 'object'}