Accusoft.SmartZoneOCR5.Net - Updated
Distributing SmartZone OCR
SmartZone OCR 5 for .Net - User Guide > Licensing and Distributing > Distributing Applications and Deployment > Distributing SmartZone OCR

Distribute the appropriate assembly DLL file with applications using the SmartZone OCR Product.

To control the temporary working directory, create pegasusworkerloader.ini file with the following content:

Copy Code
[pegasusworkerloader]
tempdir=C:\Windows\Temp

where tempdir points to the desired location where the intermediate files can be stored.

To control the directory where OCR engine resources will be unpacked, create smartzoneengineloader.ini file with the following content:

Copy Code
[smartzoneengineloader]
tempdir=C:\Windows\Temp

where tempdir points to the desired location where the OCR engine intermediate files can be stored.

These files should be placed in the same directory where the application executable is located.

See Also