Nanonets Web Scraper & Image to Text OCR

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

Cos'è Nanonets Web Scraper & Image to Text OCR?

Nanonets Web Scraper & Image to Text OCR è un'estensione di Chrome sviluppata da https://nanonets.com, e la sua funzione principale è "Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nanonets Web Scraper & Image to Text OCR

Scarica i file di estensione Nanonets Web Scraper & Image to Text OCR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nanonets Web Scraper & Image to Text OCR Nanonets Web Scraper & Image to Text OCR
ID kojhcohfokmhpcnnjdpcfamcokknaedg
URL Ufficiale https://chromewebstore.google.com/detail/nanonets-web-scraper-imag/kojhcohfokmhpcnnjdpcfamcokknaedg
Descrizione Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.
Dimensione del File 27.51 KB
Conteggio Installazioni 1,590
Versione Corrente 0.0.6
Ultimo Aggiornamento 2022-10-27
Data di Pubblicazione 2022-10-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://nanonets.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nanonets.com/?utm_source=chromeextension
URL della Pagina della Politica sulla Privacy https://legal.nanonets.com/privacy
Lingue Supportate 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"
    ]
}