Indic OCR

Highlight Indic/English text in images and transliterate them

¿Qué es Indic OCR?

Indic OCR es una extensión de Chrome desarrollada por RKVS Raman, y su función principal es "Highlight Indic/English text in images and transliterate them".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Indic OCR

Descarga archivos de extensión Indic OCR en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
URL Oficial https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
Descripción Highlight Indic/English text in images and transliterate them
Tamaño del Archivo 25.65 KB
Cantidad de Instalaciones 315
Versión Actual 0.1
Última Actualización 2016-12-07
Fecha de Publicación 2016-12-07
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador RKVS Raman
Tipo de Pago free
Idiomas Soportados 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"
    ]
}