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
Eメール [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"
    ]
}