Skip to main content

Detect text in an image.

POST 

/ai/picturetextrecognition

Detects text in an image using the Azure Computer Vision API.

Request

Header Parameters

    ipaas string

Bodyrequired

    imageUrlstringrequired

    The URL of the image to analyze.

    Example: https://example.com/image.jpg

Responses

Success

Schema
    recognizedTextsstring[]required

    List of recognized text strings in the image.