Drop Your Image Anywhere
Classification
Color Palette
Contours
Object Detection
Object Mask Detection
Text Detection
Search Image
Search by Color
Alignment Matrix
Images Differences
Images Distance
Contact Us

Text DetectionMore infos...

Perform Optical character recognition which detects printed and handwritten text in an image

Syntax

POST  https://api.core.dev.ltutech.com/api/v2/image/textDetection

Parameters

  • headers:
    • token
    • userName
  • body:
    • image : a string that contains an url or the binary content of an image encoded in base64

To implement this feature in your project you need to be logged in. To know how to get your token you can consult the getToken documentation. Should you need a test account please contact us.

Samples

No samples.

Results

Code Snippetscurlpythonnodejsc

curl --location --request POST \ 'https://api.core.dev.ltutech.com/api/v2/image/textDetection' \ --header 'userName: <your username>' \ --header 'token: <your token>' \ --header 'Accept: application/json' \ -d 'image=$IMGURL'
Json

JsonDepth 1234