Nanonets Web Scraper & Image to Text OCR

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

¿Qué es Nanonets Web Scraper & Image to Text OCR?

Nanonets Web Scraper & Image to Text OCR es una extensión de Chrome desarrollada por https://nanonets.com, y su función principal es "Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nanonets Web Scraper & Image to Text OCR

Descarga archivos de extensión Nanonets Web Scraper & Image to Text OCR en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Nanonets Web Scraper & Image to Text OCR Nanonets Web Scraper & Image to Text OCR
ID kojhcohfokmhpcnnjdpcfamcokknaedg
URL Oficial https://chromewebstore.google.com/detail/nanonets-web-scraper-imag/kojhcohfokmhpcnnjdpcfamcokknaedg
Descripción Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.
Tamaño del Archivo 27.51 KB
Cantidad de Instalaciones 1,590
Versión Actual 0.0.6
Última Actualización 2022-10-27
Fecha de Publicación 2022-10-21
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://nanonets.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://nanonets.com/?utm_source=chromeextension
URL de la Página de Política de Privacidad https://legal.nanonets.com/privacy
Idiomas Soportados 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"
    ]
}