Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Asprise OCR Install

843785Aug 28 2008 — edited Aug 28 2008
Okay...I've literally spent 4 hours learning java, but am getting along nicely.

However, (and I'm sure this is a stupid question) I just cannot get my head around how you intergrate the Asprise OCR SDK into my app.

I have followed the instructions as accurately as possible, but they're not for stupid noobs like me!

If someone could help me out that would be great.

Here's what I have done so far.

1. Downloaded and extracted the source code from asprise.com
2. Copied the aspriseOCR.jar into my class path (which I believe is the same directory as the Main.java file)
3. Copied the DLL into c:\Windows\System32
4. Written the following code:
import com.asprise.util.ocr.OCR;
I get the following error in NetBeans:

init:
deps-jar:
Compiling 1 source file to C:\********\OCR\build\classes
C:\********\OCR\src\ocr\Main.java:1: package com.asprise.util.ocr does not exist
import com.asprise.util.ocr.OCR;

Any help would be most appreciated!

Cheers,

Dan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 25 2008
Added on Aug 28 2008
4 comments
601 views