Indic OCR

Highlight Indic/English text in images and transliterate them

What is Indic OCR?

Indic OCR is a Chrome extension developed by RKVS Raman, and its main feature is "Highlight Indic/English text in images and transliterate them".

Extension Screenshots

screenshot
screenshot

Download Indic OCR Extension CRX File

Download Indic OCR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        indic OCR helps users to select a rectangular section of an image containing text in English and Indian Languages and Transliterate them to other Indian / English language.

Indic OCR uses an OCR service hosted at  http://35.164.84.230:8081/ though you can change to any other URL if you are hosting your own ocr service. 

Please visit http://indic-ocr.github.io for more information                    

Extension Basic Information

Name Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
Official URL https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
Description Highlight Indic/English text in images and transliterate them
File Size 25.65 KB
Installation Count 315
Current Version 0.1
Last Updated 2016-12-07
Publish Date 2016-12-07
Rating 1.00/5 Total 1 Ratings
Developer RKVS Raman
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Indic OCR",
    "manifest_version": 2,
    "version": "0.1",
    "description": "Highlight Indic\/English text in images and transliterate them ",
    "homepage_url": "http:\/\/indic-ocr.github.io",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "speech-bubble.css"
            ]
        }
    ],
    "icons": {
        "32": "indicocr32.png",
        "64": "indicocr64.png",
        "128": "indicocr128.png"
    },
    "browser_action": {
        "default_icon": "indicocr32.png"
    },
    "background": {
        "scripts": [
            "bg.js",
            "contextmenu.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "storage"
    ]
}