OCR
Given a image containing text. return the text in the images
Try it in the Widget Center
Click this url to try this widget and copy the Pro Config template.
Usage
<TODO: enter description here, and remove useless inputs>
Input Parameters
Name
Type
Description
Default
Required
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
Output Parameters
Name
Type
Description
File Type
url
string
The annotated ocr image url
image
result
array
The result of ocr. A list, each element is a word.
Output Example
Detailed Guidelines
Last updated