Nanonets Web Scraper & Image to Text OCR

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

Hvad er Nanonets Web Scraper & Image to Text OCR?

Nanonets Web Scraper & Image to Text OCR er en Chrome-udvidelse udviklet af https://nanonets.com, og dens hovedfunktion er "Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Nanonets Web Scraper & Image to Text OCR-udvidelses-CRX-fil

Download Nanonets Web Scraper & Image to Text OCR-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Nanonets Web Scraper & Image to Text OCR Nanonets Web Scraper & Image to Text OCR
ID kojhcohfokmhpcnnjdpcfamcokknaedg
Officiel URL https://chromewebstore.google.com/detail/nanonets-web-scraper-imag/kojhcohfokmhpcnnjdpcfamcokknaedg
Beskrivelse Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.
Filstørrelse 27.51 KB
Antal Installationer 1,590
Nuværende Version 0.0.6
Senest Opdateret 2022-10-27
Udgivelsesdato 2022-10-21
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://nanonets.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://nanonets.com/?utm_source=chromeextension
URL til Fortrolighedspolitik Side https://legal.nanonets.com/privacy
Understøttede Sprog 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"
    ]
}