Indic OCR

Highlight Indic/English text in images and transliterate them

Indic OCR là gì?

Indic OCR là một tiện ích mở rộng Chrome được phát triển bởi RKVS Raman, và tính năng chính của nó là "Highlight Indic/English text in images and transliterate them".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Indic OCR

Tải xuống các tệp mở rộng Indic OCR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Indic OCR Indic OCR
ID fejbddkpnmcnobmalnkflaljnlffblma
URL Chính Thức https://chromewebstore.google.com/detail/indic-ocr/fejbddkpnmcnobmalnkflaljnlffblma
Mô tả Highlight Indic/English text in images and transliterate them
Kích Thước Tệp 25.65 KB
Số Lần Cài Đặt 315
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-12-07
Ngày Phát Hành 2016-12-07
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển RKVS Raman
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}