OCR - Image Reader
A powerful optical character recognition (OCR) extension to capture and convert images to text
OCR - Image Reader란 무엇입니까?
OCR - Image Reader은(는) brian.girko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A powerful optical character recognition (OCR) extension to capture and convert images to text"입니다.
확장 프로그램 스크린샷
OCR - Image Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds a toolbar button to your browser to perform OCR. When this action button is pressed, it allows the user to select a region in the currently active window. The extension captures the area and tries to recognize text inside this region using the internal powerful OCR engine (Tesseract engine). This extension uses the "tesseract.js" library that supports more than 100 languages, automatic text orientation, and script detection. This extension loads the JS library on the page and removes it when you are done. This way, there is no long-term resource usage. Notes: 1. On the first run, the extension might take a few minutes to fetch the training data from the internet. Since this resource is cached, all subsequent calls are going to be fast. 2. Optical character recognition (OCR) is slow, so this extension displays a progress bar for each detection module. 3. This extension does the OCR process offline. There is no server-side interaction. It only fetches the language training database once. 4. This tool can be used to extract the text content out of images, PDF documents, Powerpoint slides, or extract the content of a web page when user-section is forbidden. 5. If the text extraction confidence is low, the extension inverts the image and retries (particularly useful on the dark theme) 6. If the text extraction is not accurate, you can modify the image and drop it into the interface to retry. Change Logs: Version 0.2.4: Supports browser-level page zooming and OS-level screen zooming Adds image language detection (still beta) (slow operation)
확장 프로그램 기본 정보
이름 | OCR - Image Reader |
ID | bhbhjjkcoghibhibegcmbomkbakkpdbo |
공식 URL | https://chromewebstore.google.com/detail/ocr-image-reader/bhbhjjkcoghibhibegcmbomkbakkpdbo |
설명 | A powerful optical character recognition (OCR) extension to capture and convert images to text |
파일 크기 | 2.52 MB |
설치 횟수 | 191,931 |
현재 버전 | 0.3.8 |
최근 업데이트 | 2023-11-22 |
출시 날짜 | 2019-06-16 |
평점 | 3.86/5 총 167 개의 평점 |
개발자 | brian.girko |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://webextension.org/listing/ocr.html |
도움말 페이지 URL | https://webextension.org/listing/ocr.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.3.8", "name": "OCR - Image Reader", "description": "A powerful optical character recognition (OCR) extension to capture and convert images to text", "permissions": [ "storage", "unlimitedStorage", "activeTab", "notifications", "scripting" ], "host_permissions": [ "https:\/\/tessdata.projectnaptha.com\/*.gz", "https:\/\/github.com\/naptha\/tessdata\/blob\/gh-pages\/*.gz?raw=true" ], "homepage_url": "https:\/\/webextension.org\/listing\/ocr.html", "background": { "service_worker": "worker.js" }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "action": [], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "\/data\/engine\/index.html" ], "matches": [ " |