UDAAN-LEAP / leap-pe-tool

A framework for assisting human while correcting the translation/OCR errors in documents, mostly dedicated to Indian Languages.
https://udaanproject.org
BSD 3-Clause "New" or "Revised" License
33 stars 10 forks source link
ocr post-editing translation

Project website

Read the docs

Installation

Windows

Linux Distro

  1. Install qt5:

    • $ sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
  2. Install Dependencies:

    • $ sudo apt install build-essential libgit2-dev libpugixml-dev
    • $ sudo apt install libqt5networkauth5 libqt5networkauth5-dev
    • $ sudo apt install qtmultimedia5-dev
    • $ sudo apt install libqt5svg5 libqt5svg5-dev
  3. Go to folder "FrameWorkCode", compile qpadfinal.pro and make:

    • $ cd FrameWorkCode
    • $ qmake qpadfinal.pro
    • $ make
    • Ignore the warnings(if any). Will be removed in the next version.

Execute file qpadfinal in folder "FrameWorkCode"