Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 867 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 867 Bytes

Image 2 Text Application

This is a GUI + CLI application that performs OCR and provides a easy to use interface for both gui and terminal users.

Requirements

Libraries Installation
Rust Click Here
Tesseract Click Here
Leptonica fedora: leptonica-devel, leponica
ubuntu: libleptonica-dev

Usage

  • Installation

    •   $ cargo build release
    •   $ cargo install --path .
  • Application

    • CLI
        $ img2tex <image-path>
    • GUI - The executable can also be converted into an application using a .desktop file.
        $ img2tex