Download Latest Version DrawPad.jar (3.8 MB)
Email in envelope

Get an email when there's a new version of DrawPad

Home / DrawPad
Name Modified Size InfoDownloads / Week
Parent folder
libs 2014-04-03
Readme.txt 2014-04-02 1.6 kB
DrawPad_src.zip 2014-04-01 59.2 kB
DrawPad.jar 2014-04-01 3.8 MB
Totals: 4 Items   3.9 MB 0
Hi Guys,

Please spare a few moments to go through this.

ABOUT
-------
The tool is an optical recognition tool which runs in following three mode :

	1. Drawing Pad  : Here the user can draw a character and the tool will recognize which character it is.
	2. Image OCR    : Image based OCR tool to recognize text and barcodes present in the image. It also supports saving the OCR output.
	3. PDF OCR	: PDF OCR is the advanced form of OCR, where PDF is parsed into image and OCR is run on that result. At present, PDF OCR comes with low maturity.

I invite you guys to have your hands on with the tool and let me know your thoughts and suggestions.

USAGE
------
You may download the jar file directly from files section and start using the application (provided you have Java installed and runtime env configured).
This jar file uses Asprise library for OCR so you need to download libAspriseOCR.so(for linux) OR AspriseOCR.dll(for windows).
Required library file is kept in libs folder.

To run the jar file following command will be used :
	java -jar -Djava.library.path=<dir with libAspriseOCR.so OR AspriseOCR.dll> DrawPad.jar

Example : 
--------
WINDOWS : if you are placing AspriseOCR.dll in "C:\User" directory you will run this as : java -jar -Djava.library.path="C:\User" DrawPad.jar

LINUX : if you are placing libAspriseOCR.so in "/home/user/libs" directory you will run this as : java -jar -Djava.library.path="/home/user/libs" DrawPad.jar

@Developers Source files for the project are uploaded in the src zip.

Thanks.
Have a nice day.

-Alok
Source: Readme.txt, updated 2014-04-02