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