Nanonets Web Scraper & Image to Text OCR

Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.

What is Nanonets Web Scraper & Image to Text OCR?

Nanonets Web Scraper & Image to Text OCR is a Chrome extension developed by https://nanonets.com, and its main feature is "Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Nanonets Web Scraper & Image to Text OCR Extension CRX File

Download Nanonets Web Scraper & Image to Text OCR 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

                        Web Scraper, Image to Text and Table Extraction Tool. Performs OCR on web pages and displays extracted text and tables from images and web pages with option to download as .txt and .csv files.

- High Accuracy
- Quick Extraction
- Intelligent Table Extraction from web pages and images
- Download in .txt and .csv file extensions.

More than 1000 enterprises convert Images, Documents, Emails and Webpages to actionable text with Nanonets OCR. Automate your manual data entry using AI and reduce turn around times.

Have an OCR Use Case in mind?
- Visit https://nanonets.com/?&utm_source=chromeextension and schedule a call.                    

Extension Basic Information

Name Nanonets Web Scraper & Image to Text OCR Nanonets Web Scraper & Image to Text OCR
ID kojhcohfokmhpcnnjdpcfamcokknaedg
Official URL https://chromewebstore.google.com/detail/nanonets-web-scraper-imag/kojhcohfokmhpcnnjdpcfamcokknaedg
Description Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.
File Size 27.51 KB
Installation Count 1,590
Current Version 0.0.6
Last Updated 2022-10-27
Publish Date 2022-10-21
Rating 5.00/5 Total 1 Ratings
Developer https://nanonets.com
Email [email protected]
Payment Type free
Extension Website https://nanonets.com/?utm_source=chromeextension
Privacy Policy Page URL https://legal.nanonets.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nanonets Web Scraper & Image to Text OCR",
    "version": "0.0.6",
    "description": "Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.",
    "manifest_version": 3,
    "action": {
        "default_popup": "ocrpopup.html",
        "default_icon": "nanonetslogofigma.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "nanonetslogofigma.png"
    },
    "host_permissions": [
        "https:\/\/app.nanonets.com\/*",
        "https:\/\/nanonetscustomerdata.s3.amazonaws.com\/*",
        "http:\/\/nanonets.com\/call\/*",
        "https:\/\/calendly.com\/nanonets\/*"
    ],
    "permissions": [
        "activeTab"
    ]
}