In This Topic
Deployment / Redistributing GdPicture.NET

Redistributing GdPicture.NET

In This Topic

Summary

Redistributing GdPicture.NET suite is straightforward.

 

Before Starting:

All files which can be redistributed are located in: [INSTALLATION FOLDER]/Redist/.


Redistributing required files (managed dlls)

Required managed dlls will be automatically copied into the build path of your application, like any other .NET assembly.

 

Redistributing required files (unmanaged dlls)

For 32-bit operating systems deployment: Copy GdPicture.NET.14.filters.dll, GdPicture.NET.14.image.gdimgplug.dll, GdPicture.NET.14.Imaging.Rendering.Skia.dll, GdPicture.NET.14.machine.vision.dll  into the same folder as the application that references it.

For 64-bit operating systems deployment: Copy GdPicture.NET.14.filters.64.dll, GdPicture.NET.14.image.gdimgplug.64.dll and GdPicture.NET.14.Imaging.Rendering.Skia.64.dll and GdPicture.NET.14.machine.vision.64.dll into the same folder as the application that references it.

 

Redistributing files required by TWAIN Acquisition features

If your application is using the TWAIN features of the GdPicture.NET suite you need also to copy:

For 32-bit operating systems deployment: GdPicture.NET.14.twain.client.dll into the same folder as GdPicture.NET.14.dll.

For 64-bit operating systems deployment: GdPicture.NET.14.twain.client.64.dll into the same folder as GdPicture.NET.14.dll.

 

Redistributing files required by the OCR engine

If your application is using the optional GdPicture OCR Tesseract Plugin of the GdPicture.NET suite you need also to copy:

For 32-bit operating systems deployment: GdPicture.NET.14.Imaging.ML.dll into the same folder as GdPicture.NET.14.dll.

For 64-bit operating systems deployment: GdPicture.NET.14.Imaging.ML.64.dll into the same folder as GdPicture.NET.14.dll.

 

The following files must be copied into the OCR resources folder* of your application:  sp1.traineddata, osd.traineddata, alphanum_allcaps.gdpictureml and digits.gdpictureml.

 

*  Specified by the ResourceFolder property of the GdPictureOCR class or specified by the DictionaryPath parameter of the OcrPage(s) method of the GdPicturePDF class.

 

Redistributing files required by the 1D Barcode Recognition engine

If your application is using the optional GdPicture 1D Barcode Recognition Plugin of the GdPicture.NET suite you need also to copy:

For 32-bit operating systems deployment: GdPicture.NET.14.barcode.1d.reader.dll into the same folder as GdPicture.NET.14.dll.

For 64-bit operating systems deployment: GdPicture.NET.14.barcode.1d.reader.64.dll into the same folder as GdPicture.NET.14.dll.

 

Redistributing files required by the 2D Barcode Recognition engine

If your application are using the optional GdPicture 2D Barcode Recognition plugin of the GdPicture.NET suite you need also to copy:

For 32-bit operating systems deployment: GdPicture.NET.14.barcode.2d.reader.dll into the same folder as GdPicture.NET.14.dll.

For 64-bit operating systems deployment: GdPicture.NET.14.barcode.2d.reader.64.dll into the same folder as GdPicture.NET.14.dll.