Indic OCR

Highlight Indic/English text in images and transliterate them

Qu'est-ce que Indic OCR ?

Indic OCR est une extension Chrome développée par RKVS Raman, et sa fonction principale est "Highlight Indic/English text in images and transliterate them".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Indic OCR

Téléchargez les fichiers d'extension Indic OCR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
URL Officiel https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
Description Highlight Indic/English text in images and transliterate them
Taille du Fichier 25.65 KB
Nombre d'Installations 315
Version Actuelle 0.1
Dernière Mise à Jour 2016-12-07
Date de Publication 2016-12-07
Évaluation 1.00/5 Total 1 Évaluations
Développeur RKVS Raman
Type de Paiement free
Langues Prises en Charge 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"
    ]
}