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.”。
擴展截圖
下載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 |
ID | kojhcohfokmhpcnnjdpcfamcokknaedg |
官方網址 | 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" ] } |