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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |