View source: R/rekognition_operations.R
rekognition_detect_text | R Documentation |
Detects text in the input image and converts it into machine-readable text.
See https://www.paws-r-sdk.com/docs/rekognition_detect_text/ for full documentation.
rekognition_detect_text(Image, Filters = NULL)
Image |
[required] The input image as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Rekognition operations, you can't pass image bytes. If you are using an AWS SDK to call Amazon Rekognition, you might not
need to base64-encode image bytes passed using the |
Filters |
Optional parameters that let you set the criteria that the text must meet to be included in your response. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.