RapidOCR
A quick and easy to use OCR tool
What is RapidOCR?
RapidOCR is a Chrome extension developed by dhruv.rajeshk, and its main feature is "A quick and easy to use OCR tool".
Extension Screenshots
Download RapidOCR Extension CRX File
Download RapidOCR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple two button application to extract text from images, no uploads required.
Extension Basic Information
Name | RapidOCR |
ID | djdfbiacpjncknmcadmgeedhnpikcknp |
Official URL | https://chromewebstore.google.com/detail/rapidocr/djdfbiacpjncknmcadmgeedhnpikcknp |
Description | A quick and easy to use OCR tool |
File Size | 11.74 MB |
Installation Count | 11 |
Current Version | 0.1 |
Last Updated | 2021-02-02 |
Publish Date | 2021-02-01 |
Developer | dhruv.rajeshk |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |