RapidOCR

A quick and easy to use OCR tool

Wat is RapidOCR?

RapidOCR is een Chrome-extensie ontwikkeld door dhruv.rajeshk, en de belangrijkste functie is "A quick and easy to use OCR tool".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RapidOCR

Download RapidOCR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A simple two button application to extract text from images, no uploads required.                    

Basisinformatie over de Extensie

Naam RapidOCR RapidOCR
ID djdfbiacpjncknmcadmgeedhnpikcknp
Officiële URL https://chromewebstore.google.com/detail/rapidocr/djdfbiacpjncknmcadmgeedhnpikcknp
Beschrijving A quick and easy to use OCR tool
Bestandsgrootte 11.74 MB
Aantal Installaties 11
Huidige Versie 0.1
Laatst Bijgewerkt 2021-02-02
Publicatiedatum 2021-02-01
Ontwikkelaar dhruv.rajeshk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RapidOCR",
    "description": "A quick and easy to use OCR tool",
    "version": "0.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "js\/worker.min.js",
        "js\/tessearct-core.wasm.js",
        "traineddata\/*.traineddata.gz"
    ],
    "icons": {
        "200": "icon.png"
    }
}