Indic OCR

Highlight Indic/English text in images and transliterate them

Apa itu Indic OCR?

Indic OCR adalah ekstensi Chrome yang dikembangkan oleh RKVS Raman, dan fitur utamanya adalah "Highlight Indic/English text in images and transliterate them".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Indic OCR

Unduh file ekstensi Indic OCR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
URL Resmi https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
Deskripsi Highlight Indic/English text in images and transliterate them
Ukuran File 25.65 KB
Jumlah Instalasi 315
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-12-07
Tanggal Publikasi 2016-12-07
Penilaian 1.00/5 Total 1 Penilaian
Pengembang RKVS Raman
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}