Image to Text (OCR)

A Fast and simple document scanner app with high quality text output.

Image to Text (OCR) là gì?

Image to Text (OCR) là một tiện ích mở rộng Chrome được phát triển bởi https://imagetext.xyz, và tính năng chính của nó là "A Fast and simple document scanner app with high quality text output.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image to Text (OCR)

Tải xuống các tệp mở rộng Image to Text (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

                        Image to Text (OCR) - Extract Text from Any Webpage

Unlock the power of seamless text extraction with our Chrome extension! Transform images and PDFs into editable text effortlessly, right from your browser.

Key Features:

✅ Fast and Simple Scanner: Scan documents with high-quality PDF and Text output in a snap.

✅ Multilingual Support: Recognizes text in over 100 languages and variants from around the world.

✅ Context Menu Magic: Extract text from any image by simply right-clicking and selecting "Extract Text" from the context menu.

✅ Versatile OCR: Supports both PDF and Image to Text OCR for flexibility in document types.

✅ Screen Cropping: Crop your current screen to perform OCR on specific sections.

✅ Audio Playback: Play the extracted text as audio for a hands-free experience.

✅ Orientation Flexibility: Image orientation won't compromise accuracy.

✅ Link Detection: Identify all the links present in the Image/PDF.

✅ Email Detection: Extract all email addresses from the Image/PDF.

✅ Internet Connection: Requires an active internet connection for optimal functionality.

More Than a Hundred Languages Supported:
Our extension is your global companion, supporting a diverse range of languages. Visit our homepage for the complete list: imagetext.xyz

Open Source Project:
We believe in collaboration! Check out the source code on GitHub: https://github.com/fxnoob/image-to-text-ocr

Explore a world of possibilities with our Image to Text (OCR) Chrome extension. Download now and elevate your browsing experience!                    

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

Tên Image to Text (OCR) Image to Text (OCR)
ID jgjlejdhmfpimggbicpffmpbnalcnhoo
URL Chính Thức https://chromewebstore.google.com/detail/image-to-text-ocr/jgjlejdhmfpimggbicpffmpbnalcnhoo
Mô tả A Fast and simple document scanner app with high quality text output.
Kích Thước Tệp 461 KB
Số Lần Cài Đặt 119,798
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2023-12-31
Ngày Phát Hành 2020-09-12
Đánh Giá 2.49/5 Tổng số 94 Đánh Giá
Nhà Phát Triển https://imagetext.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.imagetext.xyz/
URL Trang Trợ Giúp https://imagetext.xyz/
URL Trang Chính Sách Bảo Mật https://imagetext.xyz/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "3.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "activeTab",
        "tts",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/imagetext.xyz\/*",
            "*:\/\/*.imagetext.xyz\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_end"
        }
    ]
}