The FREngineDistribution.csv file describes all files located in the Bin64 and Data folders of the ABBYY FineReader Engine distribution. This file can be found in the Help folder (%ProgramData%\ABBYY\SDK\12\FineReader Engine\Help) after Developer installation. You can use FREngineDistribution.csv to automatically create the list of files required for your application to function. This procedure only makes sense when you are installing FineReader Engine library for your application in manual mode, and copying the necessary files to the workstation without automatic FineReader Engine installer. The easiest way to make sure all resource files can be located by the program is to maintain the same Bin, Bin64, and Data folder structure and to include a SharedFiles.ini file in your distribution. This file can be found in the Bin (or Bin64) folder. If you prefer not to use this file, instead of maintaining the folder structure do the following:
- Copy the Data\Resource folder with all subfolders into the following folder:
- Bin
- Bin64 (Windows only)
- Copy contents of the Data\ExtendedDictionaries folder directly into Bin or Bin64 folder.
- Copy other files contained in the Data folder into Bin or Bin64 folder.
Step-by-step instructions
To obtain the list of files required for your application, filter FREngineDistribution.csv by the three first columns (three major parameters: stage, part, and details):- Stage — the stage of working with FineReader Engine which your application uses.
- Part — the way in which you are going to use this stage. For example, the Opening stage includes Scanning and Pdf parts. If this field is empty, the file is needed for the working stage in general. Do not filter the blank values out.
- Details — further specific information about the operations in which the file is used. If this field is empty, the file is needed for the part in general. Do not filter the blank values out.
Now fine-tune the list of files using the rest of the columns:
- 6x64/x86 — the operating system architecture. Again, the files marked “x64,x86” are necessary for both.
- RequiredByModule — the values in this column are equal to Stage.Part.Details, and there is no need to filter this column if the first three have been specified correctly. But it can be used to check which modules have been included.
- RequiredByInterfaceLanguage — the interface language for which the file is necessary. The files marked “Any” are necessary independent of language settings.
- RequiredByRecognitionLanguage — the recognition language for working with which the file is necessary. The files marked “Any” are necessary independent of recognition language.
- Optional — specifies if the file is necessary for the module functionality. If the value is No, this file must be included in your distribution kit. The value can be set to Yes in the following cases:
- the file is language-specific. Include it if you need this language (consult columns 6 and 7).
- the functionality for which this file is responsible is not always necessary. For example, it can be used for opening images in a specific format. Consult ABBYY FineReader Engine Distribution Kit for further information about this file which will help you decide if you need it.
- Path — the path to file in the distribution package.
- FileName — file name.
- Size — file size in bytes.
