This is a GUI + CLI application that performs OCR and provides a easy to use interface for both gui and terminal users.
| Libraries | Installation |
|---|---|
| Rust | Click Here |
| Tesseract | Click Here |
| Leptonica | fedora: leptonica-devel, leponica |
ubuntu: libleptonica-dev |
-
-
$ cargo build release
-
$ cargo install --path .
-
-
- CLI
$ img2tex <image-path>
- GUI - The executable can also be converted into an application using a .desktop file.
$ img2tex