Salient Features β€” Why choose AITranslate?

Discover everything AITranslate can do β€” from OCR and image translation to language detection and API integration β€” all in one streamlined platform.

132 Languages (OCR + Translate)

Auto Detect Language

Detect the language of any input text with confidence scores.

AITranslate automatically detects the source language and returns the ISO code plus a confidence score β€” helpful for automated pipelines.

  • Detects 100+ languages
  • Returns ISO code (e.g., "en", "hi", "ja")
  • Confidence score (0.0–1.0) for reliability handling

Credits: 1 credit per request.

Example: Detection result
{
  "text": "γ“γ‚“γ«γ‘γ―γ€δΈ–η•ŒοΌ",
  "detectedLang": "ja",
  "confidence": 0.98
}

Text to Text Translation

Translate plain or formatted text with optional HTML-safe output.

Fast translations between 132 supported languages. Supports auto-detect and manual source selection, and preserves markup if requested.

  • Supports 132 languages
  • Auto-detect source language
  • Optional HTML-safe translation

Credits: 2 credits per 1000 characters.

Example: English β†’ Japanese
Before
How are you?
After
γŠε…ƒζ°—γ§γ™γ‹οΌŸ

Image & PDF OCR

Extract text with bounding boxes or as plain text. Multi-page PDF supported.

Choose a plain text output or request full structured OCR (text + polygon coordinates). Optionally ignore logos and stamps for cleaner output.

  • Plain text or structured OCR (vertices + confidence)
  • Skip logos/stamps for cleaner results
  • Multi-page PDF support

Credits: 3 credits per page/image

Example: OCR output
{
   "detectedLanguage":"en",
   "pages":[
      {
         "ocrData":[
            {
               "text":"Invoice",
               "vertices": [[20,30],[220,30],[220,80],[20,80]],
               "confidence":0.9
            }
         ]
      }
   ]
}

Image & PDF Translation

Translate text inside images or PDF pages while preserving layout and background.

We detect text locations, translate them, and render translated text back into the image while preserving fonts and backgrounds as closely as possible.

  • Preserve backgrounds, colors, and layout
  • Auto-detect source language
  • Option to skip logos/stamps

Credits: 5 credits per page/image

Before β†’ After
before after

Image Erasure

Remove text from images while preserving the background naturally.

Remove printed or handwritten text; optionally exclude logos or stamps. Uses inpainting-aware algorithms to recreate background texture.

  • Erase printed or handwritten text
  • Preserve background & textures
  • Skip logos/stamps if required

Credits: 3 credits per image

Before β†’ After
erase before erase after