Giter Site home page Giter Site logo

philandrew / capture2text Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gsam/capture2text

0.0 2.0 0.0 145 KB

Linux CLI port of Capture2Text v4.5.1

Home Page: https://sourceforge.net/projects/capture2text/

License: GNU General Public License v3.0

C++ 98.17% QMake 1.45% C 0.38%

capture2text's Introduction

Capture2Text

Linux CLI port of Capture2Text v4.5.1 (Ubuntu)

The OCR results from Capture2Text were generally better than standard Tesseract, so it seemed ideal to make this run on Linux. It turns out the console version can actually run without anything more than build changes.

Dependencies

Tesseract, Qt 5 (cannot be version 4), Leptonica

sudo apt-get install -y libtesseract-dev qtbase5-dev libleptonica-dev

Build instructions

QT_SELECT=5 qmake Capture2Text/Capture2Text.pro -d
make
wget "https://github.com/GSam/Capture2Text/releases/download/Prototype/English.zip"
unzip -o "English.zip" -d "tessdata"
rm "English.zip"

TODO

  • Make the build file more generic, so as to be able to build on Windows still
  • Add some additional instructions on packages to install and how to build
  • Figure out how to avoid -platform offscreen for the command line (over SSH)

capture2text's People

Contributors

gsam avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.