Indic OCR

Highlight Indic/English text in images and transliterate them

Co je Indic OCR?

Indic OCR je rozšíření Chrome vyvinuté RKVS Raman, a jeho hlavní funkcí je „Highlight Indic/English text in images and transliterate them“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Indic OCR

Stáhněte si soubory rozšíření Indic OCR ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
Oficiální URL https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
Popis Highlight Indic/English text in images and transliterate them
Velikost souboru 25.65 KB
Počet instalací 315
Aktuální Verze 0.1
Poslední Aktualizace 2016-12-07
Datum Vydání 2016-12-07
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář RKVS Raman
Typ Platby free
Podporované Jazyky 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"
    ]
}