Image Translate avatar

Image Translate

Try for free

Pay $30.00 for 1,000 results

Go to Store
Image Translate

Image Translate

sellez/image-translate
Try for free

Pay $30.00 for 1,000 results

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 CLI is 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:

Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 7 days ago