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'est-ce que Nanonets Web Scraper & Image to Text OCR ?

Nanonets Web Scraper & Image to Text OCR est une extension Chrome développée par https://nanonets.com, et sa fonction principale est "Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Nanonets Web Scraper & Image to Text OCR

Téléchargez les fichiers d'extension Nanonets Web Scraper & Image to Text OCR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nanonets Web Scraper & Image to Text OCR Nanonets Web Scraper & Image to Text OCR
ID kojhcohfokmhpcnnjdpcfamcokknaedg
URL Officiel 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.
Taille du Fichier 27.51 KB
Nombre d'Installations 1,590
Version Actuelle 0.0.6
Dernière Mise à Jour 2022-10-27
Date de Publication 2022-10-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://nanonets.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nanonets.com/?utm_source=chromeextension
URL de la Page de Politique de Confidentialité https://legal.nanonets.com/privacy
Langues Prises en Charge 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"
    ]
}