Back to TILs

normcap

Date: 2023-02-07Last modified: 2023-03-10

Table of contents

Introduction

NormCap is an OCR powered screen-capture tool to capture information instead of images. For Linux, macOS and Windows.

Installation

$ sudo apt install build-essential \
  tesseract-ocr tesseract-ocr-eng \
  libtesseract-dev libleptonica-dev \
  wl-clipboard

$ pip install normcap

References