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"
    ]
}