OCR
Given a image containing text. return the text in the images
Last updated
Given a image containing text. return the text in the images
Last updated
Click this url to try this widget and copy the Pro Config template.
<TODO: enter description here, and remove useless inputs>
Input Parameters
Name | Type | Description | Default | Required |
---|---|---|---|---|
Output Parameters
Name | Type | Description | File Type |
---|---|---|---|
Output Example
url
string
URL of the jpg, this image contains text information that you want to use OCR to recognize
language
string
Main language of the content in the input image, specify the correct language will improve the ocr performance. Choose from ['EN', 'ZH', 'KR', 'JP', 'GE', 'FR']
return_image
boolean
Besides the returned list of text, return the annotated image as well
False
url
string
The annotated ocr image url
image
result
array
The result of ocr. A list, each element is a word.