Code Monkey home page Code Monkey logo

joker's Introduction

Joker

Joker is a character recognition engine created with the focus of high speed

Installation

Joker is uploaded to git with the necessary source files to be compiled as a standalone, command line program, or can be integrated into existing C++ projects

Pre-compiled Binaries

Binaries for your system may be available on the Releases page.

Compiling from source

Joker can be compiled from source using cmake, download the latest tagged release code from the main repo page.

Make sure you have the following shared libraries inatalled:

  • libjpeg-turbo-dev (often preinstalled on linux, current ubuntu: libjpeg-turbo8-dev)
  • pthread (often preinstalled on linux)

From within the joker project file, run the following commands in terminal:

mkdir Build

cd Build

cmake ..

make

This will produce a 'jk' executable within the Build folder wich can be ran with ./jk from within /Build.

make install - this may require sudo

This will install the joker libraries and executable to /usr/local. Joker can now be invoked from anywhere with jk in terminal.

Usage & Performance

To launch the joker welcome screen and view available commands use

jk

This will show the available flags which can be used to control training and OCR. Visit the Wiki for further launch information

Current tests on an Intel® Pentium(R) CPU N3710 @ 1.60GHz × 4 processor result in a single threaded OCR time of <200 microseconds (0.2 milliseconds, 0.0002 seconds) for a 40*40pixel library size with 26 characters using the PixelAveraging OCR method.

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.