Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 429 Bytes

File metadata and controls

7 lines (6 loc) · 429 Bytes

CordovaTesseractExample

Example of using the Tesseract OCR library from a Cordova mobile application

Depends at build time on creation of a symbolic link: platforms/android/src/com/googlecode -> ../../../../../tess-two/tess-two/src/com/googlecode the latter being a subdirectory of a clone of the 'tess-two' poit of Tesseract to Android. This should instead be done using a project dependency on the tess-two library project.