Skip to main content

Cross platform screenshot to text CLI

Project description

Screenshot to Text (S2T)

A crossplatform CLI utility to extract text from a screenshot. Run it, select an area on your screen and the text will be copied to your clipboard.

It relies on readily existing external tools for screenshotting, OCR, and clipboard management.

Built as a good enough solution until someone builds a cross platform super fast native rust application that does the same thing better :sweat_smile:

Watch it in Action

Demo

Dependencies

You will need to have one of the supported tools for each category installed on your system.

Supported Platforms & Tools

Platform Screenshot Tools OCR Clipboard Tools
Linux (X11) flameshot, gnome-screenshot tesseract xclip
Linux (Wayland) flameshot tesseract wl-copy
macOS flameshot, screencapture tesseract pbcopy

Recommended Tool Installation

Linux (X11)

sudo apt-get install gnome-screenshot tesseract-ocr xclip

Linux (Wayland)

sudo apt-get install flameshot tesseract-ocr wl-clipboard

macOS

brew install tesseract

Tests

Platform Tested On
Linux (X11) Ubuntu (X11)
Linux (Wayland) Ubuntu 15.04 (Wayland)
macOS Sequoia macOS Sequoia

Installation and Configuration (First Use)

We recommend installing with pipx or uv

pipx install screenshot-to-text

or

uv tool install screenshot-to-text

Configuration

Before the first run, you need to configure the tool:

s2t config

This command will prompt you to select the tools you want to use for screenshotting, OCR, and clipboard operations from the available tools on your system. If your system is missing the necessary tools it will ask you to install them.

It will create a config.toml file in your user configuration directory.

Usage

To take a screenshot and extract text, run:

s2t run

It is recommended to attach s2t run to a hotkey for maximum convenience.

You can also use the alias screenshot-to-text.

The run command accepts the following options:

  • --keep-screenshot: Overwrites the default config to keep the screenshot.
  • --no-keep-screenshot: Overwrites the default config to not keep the screenshot.
  • --ocr-enabled: Overwrites the default config to enable OCR.
  • --no-ocr-enabled: Overwrites the default config to disable OCR.

Supported Python Versions

Python versions >=3.11 are supported.

To-Do and Contribution Points

Contributions are welcome! Here are some areas where you can help:

  • Add Windows Support: The current implementation is focused on Linux and macOS. Adding support for Windows would be a great contribution. This would involve finding and integrating with Windows-native command-line tools for screenshots and clipboard management.
  • Support More OS-Native Tools: If you use a screenshot or clipboard tool that is not currently supported, feel free to open a pull request to add it.
  • Add Support for AI OCR Libraries: Currently, only Tesseract is supported for OCR. It would be great to add support for modern AI-based OCR libraries and services (e.g., Google's OCR, or local AI models).
  • Improve Image Preprocessing: The current image preprocessing is basic. You can contribute by improving the existing preprocessing steps or adding new ones to improve OCR accuracy. The preprocessing parameters could also be made configurable.
  • Tweak Tesseract Parameters: The parameters for Tesseract could be exposed in the configuration file to allow users to fine-tune them for their specific needs.
  • Better CLI Flags and Flexibility: Current CLI flags are not exactly useful implementations, these can be improved.

Please open an issue or a pull request to discuss your ideas.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

screenshot_to_text-0.1.0.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

screenshot_to_text-0.1.0-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file screenshot_to_text-0.1.0.tar.gz.

File metadata

  • Download URL: screenshot_to_text-0.1.0.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.6 {"installer":{"name":"uv","version":"0.10.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for screenshot_to_text-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5639cc27b57c4c7b57d2e47ff7dc90f2d9b947551334ab070228612c1c2b06c5
MD5 add8378a0e27252140427909f623729a
BLAKE2b-256 e8c09f1d547f9d4a4a8f2c6536de31bc414b8410424bbd979d68698f8d4d78ad

See more details on using hashes here.

File details

Details for the file screenshot_to_text-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: screenshot_to_text-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.6 {"installer":{"name":"uv","version":"0.10.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for screenshot_to_text-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3b07326103f7a051b561150a7d424cc75a56bdf2ec2a547210866379ee1610fb
MD5 705d16e99f203b792ca87336d9766dff
BLAKE2b-256 dc7c17ab1b6fb715b08eab1322ccffc6c2477e35cd63dccb9345cf681b310fff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page