Image to Text

A powerful optical character recognition (OCR) extension to capture and convert images to text.

Image to Text क्या है?

Image to Text Techlo9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A powerful optical character recognition (OCR) extension to capture and convert images to text."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Image to Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Using an 'imagetotext.io' on-line device for picture to textual content conversion improves the procedure of automation. It makes our duties extra hassle-unfastened in addition to error-unfastened. The device will assist lower your efforts and boom your productiveness particularly if you have to transform bulk pics to textual content. The appropriate component about 'imagetotext' is that you could get textual content via way of means of simply shooting the display screen with a unmarried click. This picture to textual content device affords a easy interface for changing picture to textual content.                    

एक्सटेंशन की मूल जानकारी

नाम Image to Text Image to Text
ID hjcdcapbbmpakpeecoddadadekhmcklm
आधिकारिक URL https://chrome.google.com/webstore/detail/image-to-text/hjcdcapbbmpakpeecoddadadekhmcklm
विवरण A powerful optical character recognition (OCR) extension to capture and convert images to text.
फ़ाइल का आकार 1.42 MB
स्थापना संख्या 1,311
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2021-12-16
प्रकाशन तिथि 2021-12-16
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Techlo9
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.imagetotext.io
सहायता पृष्ठ URL https://www.imagetotext.io/contact
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "description": "A powerful optical character recognition (OCR) extension to capture and convert images to text.",
    "homepage_url": "https:\/\/imagetotext.io\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "256": "data\/icons\/256.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "512": "data\/icons\/512.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "92",
    "name": "Image to Text",
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "scripting"
    ],
    "version": "0.2.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/ui\/index.html"
            ]
        }
    ]
}