Nanonets Web Scraper & Image to Text OCR

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

Apa itu Nanonets Web Scraper & Image to Text OCR?

Nanonets Web Scraper & Image to Text OCR adalah ekstensi Chrome yang dikembangkan oleh https://nanonets.com, dan fitur utamanya adalah "Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Nanonets Web Scraper & Image to Text OCR

Unduh file ekstensi Nanonets Web Scraper & Image to Text OCR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nanonets Web Scraper & Image to Text OCR Nanonets Web Scraper & Image to Text OCR
ID kojhcohfokmhpcnnjdpcfamcokknaedg
URL Resmi https://chromewebstore.google.com/detail/nanonets-web-scraper-imag/kojhcohfokmhpcnnjdpcfamcokknaedg
Deskripsi Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.
Ukuran File 27.51 KB
Jumlah Instalasi 1,590
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2022-10-27
Tanggal Publikasi 2022-10-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://nanonets.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nanonets.com/?utm_source=chromeextension
URL Halaman Kebijakan Privasi https://legal.nanonets.com/privacy
Bahasa yang Didukung 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"
    ]
}