Skip to content

alpha-v1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jnoxro jnoxro released this 08 Sep 15:10
· 52 commits to master since this release

Early pre-release, no guarantees of running or even compiling.

Pre-compiled binary compiled for x86 Ubuntu (20.04.1)

Once downloaded rename to joker and make executable, load welcome screen and available options with ./joker

Training Data provided in description for alpha-v0.0 release.

Change log
[API]

  • train::learn function to handle training

  • train type needs to be declared in train::learn function

  • Edge size for edge suppression to be declared in train::learn function

  • Negative scoring value to be declared in train::learn function

  • recognised letter returned from joker::initocr as string

  • joker::initocr overloaded to allow either file path or direct image passing

  • repeat mode removed