Indic OCR

Highlight Indic/English text in images and transliterate them

Wat is Indic OCR?

Indic OCR is een Chrome-extensie ontwikkeld door RKVS Raman, en de belangrijkste functie is "Highlight Indic/English text in images and transliterate them".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Indic OCR

Download Indic OCR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
Officiële URL https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
Beschrijving Highlight Indic/English text in images and transliterate them
Bestandsgrootte 25.65 KB
Aantal Installaties 315
Huidige Versie 0.1
Laatst Bijgewerkt 2016-12-07
Publicatiedatum 2016-12-07
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar RKVS Raman
Betalingswijze free
Ondersteunde Talen 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"
    ]
}