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

zf-kbot /ocr:a422bcdb

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
图像对应语言

Output schema

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

Schema
{'properties': {'ocr_result': {'items': {'properties': {'content': {'items': {},
                                                                    'title': 'Content',
                                                                    'type': 'array'},
                                                        'name': {'title': 'Name',
                                                                 'type': 'string'}},
                                         'required': ['name', 'content'],
                                         'title': 'ImageOCRResult',
                                         'type': 'object'},
                               'title': 'Ocr Result',
                               'type': 'array'}},
 'required': ['ocr_result'],
 'title': 'Output',
 'type': 'object'}