Indic OCR

Highlight Indic/English text in images and transliterate them

O que é Indic OCR?

Indic OCR é uma extensão do Chrome desenvolvida por RKVS Raman, e sua principal característica é "Highlight Indic/English text in images and transliterate them".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Indic OCR

Baixe arquivos de extensão Indic OCR no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
URL Oficial https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
Descrição Highlight Indic/English text in images and transliterate them
Tamanho do Arquivo 25.65 KB
Contagem de Instalações 315
Versão Atual 0.1
Última Atualização 2016-12-07
Data de Publicação 2016-12-07
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor RKVS Raman
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}