Nanonets Web Scraper & Image to Text OCR
Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.
O que é Nanonets Web Scraper & Image to Text OCR?
Nanonets Web Scraper & Image to Text OCR é uma extensão do Chrome desenvolvida por https://nanonets.com, e sua principal característica é "Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nanonets Web Scraper & Image to Text OCR
Baixe arquivos de extensão Nanonets Web Scraper & Image to Text OCR no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Nanonets Web Scraper & Image to Text OCR |
ID | kojhcohfokmhpcnnjdpcfamcokknaedg |
URL Oficial | https://chromewebstore.google.com/detail/nanonets-web-scraper-imag/kojhcohfokmhpcnnjdpcfamcokknaedg |
Descrição | Nanonets Free Tool which works as web page parser, image to text OCR tool and table extractor. |
Tamanho do Arquivo | 27.51 KB |
Contagem de Instalações | 1,590 |
Versão Atual | 0.0.6 |
Última Atualização | 2022-10-27 |
Data de Publicação | 2022-10-21 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://nanonets.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://nanonets.com/?utm_source=chromeextension |
URL da Página de Política de Privacidade | https://legal.nanonets.com/privacy |
Idiomas Suportados | 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" ] } |