Image to text
Convert image (PNG, JPG) to text
The test function can be used to check whether the image can be recognized correctly.
Object structure
Parameter
Type
Required
Value
api_token
string
yes
Your api key
type_job
string
yes
textcaptcha
body
string
yes
image as base64 encoded (accept png or jpg)
Code example (Python)
Note
If the image you provide is a file, not base64. You can use the code below to convert from image to base64 format
Last updated