rekognition_detect_text: Detects text in the input image and converts it into...

View source: R/rekognition_operations.R

rekognition_detect_textR Documentation

Detects text in the input image and converts it into machine-readable text

Description

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.

Usage

rekognition_detect_text(Image, Filters = NULL)

Arguments

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 Bytes field. For more information, see Images in the Amazon Rekognition developer guide.

Filters

Optional parameters that let you set the criteria that the text must meet to be included in your response.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.