Indic OCR

Highlight Indic/English text in images and transliterate them

什么是Indic OCR?

Indic OCR是由RKVS Raman开发的Chrome扩展程序,该扩展的主要功能是“Highlight Indic/English text in images and transliterate them”。

扩展截图

screenshot
screenshot

下载Indic OCR扩展crx文件

下载Indic OCR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
官方URL https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
简介 Highlight Indic/English text in images and transliterate them
文件大小 25.65 KB
安装次数 315
当前版本 0.1
更新时间 2016-12-07
上架时间 2016-12-07
评分 1.00/5 共1次评分
开发者 RKVS Raman
付费类型 free
支持的语言 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"
    ]
}