A powerful, cloud-based language translation tool developed by Microsoft.
The built‑in “extract text”/OCR features in Microsoft 365 and PowerPoint only work for languages that are supported by the underlying OCR/ink recognition engines. Gujarati is an Indic script, and support is limited or not available in several Office text‑recognition features.
From the available information:
- Office text/encoding support for Gujarati exists (for storing and displaying text) via ISCII 57010, but this does not imply that OCR or “picture to text” in PowerPoint supports Gujarati.
- Ink and OCR features in Office and Windows only work for languages for which an OCR language pack or recognition support exists. If Gujarati is not in the supported OCR list, the picture‑text extraction in PowerPoint will not recognize it.
To confirm and work around this:
- Check Windows OCR language support
- On Windows, OCR‑based tools (including PowerToys Text Extractor) can only recognize languages that have an OCR language pack installed.
- Use PowerShell to list OCR‑capable languages:
Get-WindowsCapability -Online | Where-Object { $_.Name -Like 'Language.OCR*' } - If Gujarati does not appear in this list, Windows OCR does not support it, and PowerPoint’s picture‑text extraction will also not work for Gujarati.
- If Gujarati OCR is not available
- There is no setting in PowerPoint that can enable Gujarati extraction if the OCR engine does not support it.
- In that case, use an external OCR service or app that explicitly supports Gujarati, convert the image to text there, and then paste the Gujarati text back into PowerPoint.
- If Gujarati OCR becomes available (future scenario)
- Install the corresponding OCR language pack in Windows using
Add-WindowsCapabilityas documented for other languages. - Then use an OCR‑based tool (such as PowerToys Text Extractor) to capture Gujarati text from the screen and paste it into PowerPoint.
- Install the corresponding OCR language pack in Windows using
Currently, with the documented capabilities, reliable extraction of Gujarati text directly from pictures inside PowerPoint is not supported and requires an external Gujarati‑capable OCR tool as a workaround.
References: