Indic OCR

Highlight Indic/English text in images and transliterate them

ما هو Indic OCR؟

Indic OCR هو إضافة Chrome تم تطويرها بواسطة RKVS Raman، والميزة الرئيسية لها هي "Highlight Indic/English text in images and transliterate them".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Indic OCR

قم بتنزيل ملفات الامتداد Indic OCR بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
عنوان URL الرسمي https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
الوصف Highlight Indic/English text in images and transliterate them
حجم الملف 25.65 KB
عدد التثبيتات 315
النسخة الحالية 0.1
آخر تحديث 2016-12-07
تاريخ النشر 2016-12-07
تقييم 1.00/5 مجموع تقييمات 1
المطور RKVS Raman
نوع الدفع free
اللغات المدعومة 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"
    ]
}