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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}