Adding SimpleOCR to your application
The following instructions are provided in Visual Basic, but the implementation of SimpleOCR is similar in any development environment that uses ActiveX. Consult your documentation for language-specific instructions on how to integrate ActiveX dlls.
- Ensure that SimpleOCX.dll has been properly registered using “regsvr32.exe c:\Program Files\SimpleOCR\simpleocx.dll”
- Add a reference to “SimpleOCX” using the Project/References menu
- You can now declare variables of type “SimpleOCR” and access all of the SimpleOCR functions through this object