An open API service indexing awesome lists of open source software.

https://github.com/lasse-tom-lang/python-text-camera

A script that converts a camera image to text
https://github.com/lasse-tom-lang/python-text-camera

dithering opencv pysimplegui python

Last synced: 2 months ago
JSON representation

A script that converts a camera image to text

Awesome Lists containing this project

README

          

# Python Text Camera

![ExampleImage](docs/ExampleImage.png)

# Functionality

This program uses dithering to create images out of letters.
First it compresses an image to fit to the characters.
Then it turns the image to grayscale.
Then it checks the value of each pixel and converts it to letters.

# Setup

You have to install:
* `open-cv`
* `PySimpleGUI`