v1

latestSwagger 2.02026-07-134917.0 KB

Recognize Text operation. When you use the Recognize Text interface, the response contains a field called 'Operation-Location'. The 'Operation-Location' field contains the URL that you must use for your Get Recognize Text Operation Result operation.

post/recognizeText

Query parameters

mode'Handwritten' | 'Printed' required

Type of text to recognize.

Request body

urlstring required

Publicly reachable URL of an image.

Response

The service has accepted the request and will start processing later. It will return Accepted immediately and include an 'Operation-Location' header. Client side should further query the operation status using the URL specified in this header. The operation ID will expire in 48 hours.

All 4 operations