Nanonets Web Scraper & Image to Text OCR

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

什么是Nanonets Web Scraper & Image to Text OCR?

Nanonets Web Scraper & Image to Text OCR是由https://nanonets.com开发的Chrome扩展程序,该扩展的主要功能是“Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Nanonets Web Scraper & Image to Text OCR扩展crx文件

下载Nanonets Web Scraper & Image to Text OCR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Nanonets Web Scraper & Image to Text OCR Nanonets Web Scraper & Image to Text OCR
ID kojhcohfokmhpcnnjdpcfamcokknaedg
官方URL https://chromewebstore.google.com/detail/nanonets-web-scraper-imag/kojhcohfokmhpcnnjdpcfamcokknaedg
简介 Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.
文件大小 27.51 KB
安装次数 1,590
当前版本 0.0.6
更新时间 2022-10-27
上架时间 2022-10-21
评分 5.00/5 共1次评分
开发者 https://nanonets.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nanonets.com/?utm_source=chromeextension
隐私政策页面URL https://legal.nanonets.com/privacy
支持的语言 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"
    ]
}