Indic OCR

Highlight Indic/English text in images and transliterate them

Was ist Indic OCR?

Indic OCR ist eine Chrome-Erweiterung, die von RKVS Raman entwickelt wurde, und ihr Hauptmerkmal ist "Highlight Indic/English text in images and transliterate them".

Erweiterungsscreenshots

screenshot
screenshot

Indic OCR-Erweiterungs-CRX-Datei herunterladen

Laden Sie Indic OCR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
Offizielle URL https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
Beschreibung Highlight Indic/English text in images and transliterate them
Dateigröße 25.65 KB
Installationsanzahl 315
Aktuelle Version 0.1
Letztes Update 2016-12-07
Veröffentlichungsdatum 2016-12-07
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler RKVS Raman
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}