Nanonets Web Scraper & Image to Text OCR

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

Was ist Nanonets Web Scraper & Image to Text OCR?

Nanonets Web Scraper & Image to Text OCR ist eine Chrome-Erweiterung, die von https://nanonets.com entwickelt wurde, und ihr Hauptmerkmal ist "Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Nanonets Web Scraper & Image to Text OCR-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nanonets Web Scraper & Image to Text OCR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Nanonets Web Scraper & Image to Text OCR Nanonets Web Scraper & Image to Text OCR
ID kojhcohfokmhpcnnjdpcfamcokknaedg
Offizielle URL https://chromewebstore.google.com/detail/nanonets-web-scraper-imag/kojhcohfokmhpcnnjdpcfamcokknaedg
Beschreibung Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.
Dateigröße 27.51 KB
Installationsanzahl 1,590
Aktuelle Version 0.0.6
Letztes Update 2022-10-27
Veröffentlichungsdatum 2022-10-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://nanonets.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nanonets.com/?utm_source=chromeextension
URL der Datenschutzrichtlinien-Seite https://legal.nanonets.com/privacy
Unterstützte Sprachen 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"
    ]
}