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 |
| URL of the jpg, this image contains text information that you want to use OCR to recognize | ||
language |
| 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 |
| Besides the returned list of text, return the annotated image as well | False |
Output Parameters
Name | Type | Description | File Type |
---|---|---|---|
url |
| The annotated ocr image url |
|
result |
| The result of ocr. A list, each element is a word. |
Output Example
Detailed Guidelines
Last updated