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

stphtan94117 /image_to_text:5165fb71

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
file
string
input image
language
string (enum)
Chinese_Traditional

Options:

Chinese_Traditional, Chinese, English, Japan, Korean, French, German, Italian, Spanish, Portuguese, Russia, Arabic, Turkish, Vietnamese

Language for OCR

Output schema

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

Schema
{'items': {'properties': {'json_str': {'title': 'Json Str', 'type': 'string'},
                          'output_file': {'format': 'uri',
                                          'title': 'Output File',
                                          'type': 'string'}},
           'required': ['output_file', 'json_str'],
           'title': 'ModelOutput',
           'type': 'object'},
 'title': 'Output',
 'type': 'array'}