Skip to main content
The FREngineDistribution.csv file describes all files located in the Bin, CommonBin, and Data folders of the ABBYY FineReader Engine distribution. This file can be found in the Help folder (<root installation folder>/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.
Please note that in addition to files from the Bin , CommonBin , and Data folders, your application may need some files which are located in other folders and therefore are not described in FREngineDistribution.csv (such as com.abbyy.FREngine-%BUILD_ID%.jar, necessary if the application uses the Java wrapper). See ABBYY FineReader Engine Distribution Kit for a full list.

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):
  1. Stage — the stage of working with FineReader Engine which your application uses.
  2. Part — the way in which you are going to use this stage. For example, the Processing stage includes BCR, Classification and OCR parts. If this field is empty, the file is needed for the working stage in general. Do not filter the blank values out.
Core and Core.Resources are always required.
If any of the fields contain several comma-separated values, the file is needed for all of them. For example, if you intend to use the Opening stage, you will also need to select files which contain “Export, Opening” and “Opening, Processing” values in the Stage column. Consult the table below for the description of stages and their parts:
  1. 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:
  1. 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.
  2. RequiredByInterfaceLanguage — the interface language for which the file is necessary. The files marked “Any” are necessary independent of language settings.
  3. RequiredByRecognitionLanguage — the recognition language for working with which the file is necessary. The files marked “Any” are necessary independent of recognition language.
  4. 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 5 and 6).
  • 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.
Finally, you obtain the list of required files. The last three columns specify their location and size:
  1. Path — the path to file in the distribution package.
  2. FileName — file name.
  3. Size — file size in bytes.

See also

Distribution Kit - Linux