If I develop an application using Asprise OCR SDK, how can I package and distribute it?
When packaging and distributing an application developed with Asprise best OCR software, it’s crucial to include the necessary SDK files and libraries within your application package. Ensure compliance with the licensing terms of the SDK, including any required attribution or redistribution conditions. Create a comprehensive installation package using suitable tools like InstallShield or Inno Setup, bundling your application files, dependencies, and relevant documentation. Prioritize user-friendly installation procedures and provide clear instructions for setting up and utilizing the OCR functionality within your application. Additionally, consider offering support resources and updates to ensure a positive user experience and long-term usability of your application.
With Asprise OCR, application packaging and distribution are made very easy. Developers only have to include two files: aspriseOCR.jar and AspriseOCR.dll (or libAspriseOCR.so). The first one has to be put in the CLASSPATH, and second one could be put into LD_LIBRARY_PATH or anywhere. Read Developers’ Guide for more details.