Convert your image to text - with JavaFX UI
Java 11
JavaFX
Application screenshot
You can manipulate the lightness/darkness of the pixels in your image in real time. You can change the brightness range of the pixels, the midtone (similar to gamma correction, based on an exponential function). You can ofset the brightness values. And you can equalize the distribution of brightness values. You can also use a dark background.
You can use one of the predefined character sets. But you can also make one of the fonts installed on your computer!
Character set selector screenshot
Note
- Depending on the performance of your computer, the program may crash above a certain number of characters due to too many object binding.
- Features
Save to Txt
andSave to Pdf
are under construction.