dynobo/normcap
OCR powered screen-capture tool to capture information instead of images
解決的問題
NormCap 允許使用者從螢幕上擷取文字與資訊,而不僅僅是拍攝圖片。它解決了在圖片、影片或使用者介面中無法選取的區域內發現的文字,必須手動重新輸入的問題。
作法原理
這是一款基於 OCR 的螢幕截圖工具,使用 Tesseract OCR 引擎來識別所選螢幕區域內的文字。同時整合 zxing-cpp 以偵測 QR 碼與條碼,並利用系統剪貼簿工具(如 wl-clipboard 與 xclip)讓擷取的文字能輕鬆貼上。
適用對象
需要快速從螢幕上擷取文字以提升生產力或實現可及性之 Linux、macOS 與 Windows 使用者。
主要特色
- 支援 Windows、macOS 與 Linux 的跨平台使用。
- 基於 Tesseract OCR 引擎。
- 可同時偵測文字與 QR/條碼。
- 提供預先建置的安裝程式、可攜式版本或 Python 套件。
相關
- 專案
schappim/macOCR一款適用於 macOS 的命令列工具,使用 Apple 的 Vision 框架從螢幕或影像檔案中提取文字、QR 碼與條碼。
- 專案
- 專案
TheJoeFin/Text-GrabText Grab is a Windows‑only desktop app that captures any visible text (screenshots, PDFs, UI elements) using local OCR (WinAI, WinRT OCR, or Tesseract) and provides built‑in cleanup, spreadsheet editing, regex‑based extraction, reusable grab templates, bulk folder processing, and a Chrome/Edge extension. All processing stays on‑device, with optional NPU‑accelerated inference on Copilot+ PCs. Install via Microsoft Store, GitHub releases, or package managers; source can be built with Visual Studio or the .NET SDK.
- 專案
- 專案