Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 423 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 423 Bytes

UFOCR (User-Friendly OCR). It is YAGF fork: https://github.com/andrei-b/YAGF

Supported input format: PDF, TIFF, JPEG, PNG, BMP, PBM, PGM, PPM, XBM, XPM.

Dependencies: Qt5, Aspell, OpenCV + OpenCV contrib, ddjvu, ImageMagick, Tesseract.

How to build:

  1. Go to the directory with source code
  2. Make directory for build:
    mkdir build
  1. Run cmake:
    cmake ..
  1. Run make:
    make