Skip to content
forked from wkpark/zinnia

This is a fork of a fork of the zinnia handwriting recognition library by @taku910

Notifications You must be signed in to change notification settings

0lumide/Zinniandroid

 
 

Repository files navigation

Circle CI #Zinniadroid This fork is the gradle version of the fork by @wkpark which this was forked from, with a few changes

  • This fork moves the model file from the apps asset folder to a centralized location
  • This fork would reuse the any model files already present that has the same name

##Zinnia Documentation For documentation on zinnia see the documentation page

##How to use Zinniadroid

  • ###To add zinniadroid to your project:

    1. Add the path to your ndk directory to your projects local.properties more info
    2. Download this repo and add to your gradle project as a module Now available in jCenter and mavenCentral
    compile 'co.mide.zinniandroid:zinniandroid:0.0.3'`
    
    1. import 'import org.xdump.android.zinnia.Zinnia;'
  • ###To use ziniadroid

    1. You may need to add the following permissions to your AndroidManifest.xml
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
    1. Create a Zinnia object by passing a reference of your applications context to the constructor
    2. Create a zinnia recognizer by passing the name of your modek file in your assets directory, note that this throws a ModelDoesNotExistException Exception

About

This is a fork of a fork of the zinnia handwriting recognition library by @taku910

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 69.9%
  • C++ 23.9%
  • Java 5.0%
  • Other 1.2%