Image Translate
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsImage Translate
The Image Translate API enables users to translate text from images by providing an image URL and specifying source and target languages. This API is ideal for applications that need to interpret foreign-language text embedded in images, such as product labels, signage, and documents.
You can access the Image Translate programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "image_url": "https://example.com/image.jpg",
3 "source_lang": "en",
4 "target_lang": "zh"
5}' |
6apify call sellez/image-translate --silent --output-dataset
Image Translate API - Translate Text from Images Instantly API through CLI
The Apify CLIis the official tool that allows you to use Image Translate locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: