Skip to content

tinker-ocr

OCR text recognition plugin powered by Tesseract.js, extracting text from images with multi-language support.

Screenshot

Features

  • Image Text Recognition — Offline OCR powered by Tesseract.js
  • Multiple Input Methods — File picker, drag-and-drop, paste from clipboard, and screen capture
  • Multi-language — Select different languages for recognition
  • Strip Newlines — Remove extra line breaks from results with one click
  • Copy and Save — Quickly copy results or save as a text file
  • Dark Mode — Supports dark theme

Installation

Download and install TINKER, then run:

bash
npm i -g tinker-ocr

Usage

  1. Load an image via file picker, drag-and-drop, paste, or screen capture
  2. Select the recognition language
  3. Click Recognize to start OCR
  4. View the results in the right panel
  5. Click copy to copy text, or save to export as a text file

Released under the AGPL-3.0 License.