Tungsten Capture 11.2.0 Fix Pack 1
Build date: April 17, 2025
© 2025 Tungsten Automation. All rights reserved.
Use is subject to license terms.
Introduction
Install Tungsten Capture 11.2.0 Fix Pack 1 to resolve the issues listed below.
Note: To install Tungsten Capture 11.2.0 Fix Pack 1 successfully, an existing full installation of Tungsten Capture 11.2.0 is required.
If you need to perform a full product installation, see the Tungsten Capture Installation Guide for instructions.
Issues resolved in this fix pack
| ID | Issue | Solution |
|---|---|---|
| 729537 | Memory leak occurred in the Recognition module when processing large number of pages. | The processing of loose pages in the Recognition module is optimized to reduce memory consumption. |
| 719231 | API_GPFAULT_ERR error occurred while recognizing a specific image. | The filling method value FM_DEFAULT is now used instead of the FM_AUTO_HAND value in handprint detection/recognition. |
| 651336 | Scanning performance degraded with single document processing. | The redundant registry queries are replaced with cached data to improve efficiency. |
| 631820 | Image quality degraded when PDF files were processed with customers' batch class - Modules: OCR Full Text - PDF Generator - Export. | The output resolution setting in the PDF profile is now used to improve the quality of the exported PDF. |
| 595466 | PDF/A-4 format was not supported. | Support for PDF/A-4 format is now added. |
| 583713 | Request a new feature to recognize numbers with spaces as single numbers. | A new attribute is added to the Profile configuration tag for Recognition Profiles used by the OCR Full Text module to enable or disable the detection of non-gridded tables. To make this feature works, add or modify the following tag to the ACConfig.xml file: <ACConfig> ... <OCREnhancedSettings> <Profile Name="<Recognition_profile_name>" NonGriddedTableDetection="<Detection_enabling_value>"/> </OCREnhancedSettings> ... </ACConfig> Where:
|
| 583659 | Request to add a configuration which provides an option for Database Validation to skip on blank fields. | A new attribute has been added to the Batch Name configuration tag for Database Validation. This attribute is used to enable or disable the functionality of skipping invalid values, including blank values. To make this feature works, add or modify the following tag to the ACConfig.xml file: <ACConfig> ... <DBValidation> <BatchClass Name="<Batch_class_name>" SkipInvalidField="<Detection_enabling_value>"/> </DBValidation> ... </ACConfig> Where:
|
| 583650 | The license logging feature did not work. | The missing DLL files are added to resolve the issue. |
| 583645 | PDF/UA format was not supported. | Support for PDF/UA format is now added. |
| 583641 | Request to add support for Microsoft ODBC driver version 17 or higher in Report Viewer. | Report Viewer now no longer verifies whether the configured ODBC driver for SQL Server is in the limited list of supported ODBC drivers. |
| 583583 | Request to add support for persistent custom sort orders in Batch Manager. | The feature that resets column sorting in Batch Manager after closing the Batch Properties window are now removed. |
| 583546 | Total number of documents and pages in Batch Manager was incorrect. | For the values in "Page count" and "Document count" columns to match, total numbers of remaining pages and documents are now displayed instead of total numbers of actual pages and documents in the Status bar of the Batch Manager module. |
| 583545 | Upgrading to Kofax Capture 11.1.1 with Oracle database caused ORA-00918 error due to ambiguous column names. | Columns with the same name are now specified when querying multiple tables that may contain duplicate column names. |
| 583544 | Unable to discriminate O and 0. | The accuracy of recognition is now enhanced by expanding the Zone in the context of Optical Character Recognition. To make this works, use or derive the Tungsten Advanced OCR Zonal profile. Additionally, add the necessary properties to Acconfig.xml to enable this functionality. <OCREnhancedSettings ZoneExpansionVisibility="0"> <Profile Name="Tungsten Advanced OCR Zonal" ZoneWidthExpansionRatio="1" ZoneHeightExpansionRatio="1"/> </OCREnhancedSettings> Where:
|
| 583541 | Data loss occurred due to inconsistent job release to database and filesystem. | The Kofax Export Connector 1.1.0 for Database FIX 22545, which supports up to 10 times of failed release retries, is now packaged in this fix pack to resolve the issue. |
| 583531 | Intermittent error on remote sites: 4009 KdoLib - Data Reader Retrieval Failure from Stored Procedure. | The background worker threads now get correct Thread IDs for orphaned transaction status records in the xLock table. |
| 583526 | API_GPFAULT_ERR error occurred while recognizing a specific image. | OmniPage CSDK is now upgraded to the version 22.2.0.3 to resolve the issue. |
| 583519 | Validation module settings were not retained per user with SecurityBoost enabled. | The user UI settings now can be configured to be saved in the registry hive of the current interactive user when the security boost is enabled. There is a new ACConfig.xml attribute (PreserveUserSettings) that needs to be defined to enable this functionality. To make it work, add or modify the following tag to ACConfig.xml: <ACConfig> <SecurityBoost PreserveUserSettings="1"/> </ACConfig> Where: 0 - OFF (default value) 1 - ON Set the PreserveUserSettings attribute to 1 to retain login user's settings for each interactive module when SecurityBoost is enabled. Note: Do not add another tag of SecurityBoost if it already exists in ACConfig.xml. |
| 583518 | Request to have the ability to rotate the image in the Validation module when configuring "TIFF_G4/TIFF_LZW/TIFF_JPEG" as the internal image storage format. | Cause: When "TIFF-G4/TIFF-LZW/TIFF-JPEG" is used as the internal image storage format, the compression was set to 0xFFFF. This caused an error when attempting to rotate the image with compression = 0xFFFF. Solution: If the compression value is 0xFFFF, it will be reassigned to default compression format. |
| 583516 | In certain cases, the BatchStatistics table failed to return date time with milliseconds. | Some new attributes that can be used to return the datetime values with milliseconds are added. |
| 583514 | Incorrect CurrentModule information was displayed in debug mode when coding to implement IACWorkflowAgent2.BatchOpen for batches created from the Batch Manager module using Workflow Agent. | The Workflow Agent now retrieves CurrentModule and NextModule values when batches are created from the Batch Manager module. |
Applies to
Apply this fix pack to the following version:
- Tungsten Capture 11.2.0
Install this fix pack
You can push out TungstenCapture-11.2.0.1.msp using delivery machines of the current enterprise deployment. Also, you can perform a manual installation, using the steps below.
- Copy TungstenCapture-11.2.0.1.msp and TungstenCapture-11.2_Updater_EN.exe to a folder, either network or local.
- Run TungstenCapture-11.2_Updater_EN.exe with administrator rights and follow all the prompts.
Web deployment instructions
Deployment on the existing web servers
- On the web server, delete the Application Files folder from the virtual folder.
- Copy the contents of the TCWebDeployPatch folder to the virtual folder on the web server.
- Navigate to the virtual folder.
- Run setup.exe -URL="<URL to the Web Server> ".
- Run KCWebDeploy.exe.
Deployment on new web servers
- Follow the instructions from the Tungsten Capture 11.2.0 Installation Guide to configure the web deployment using the installation media.
- Follow steps 1 to 5 from the "Deployment on the existing web servers" section in this ReadMe file.
Remove this fix pack
Use either of the following procedures to remove the fix pack.
- Use the Programs and Features or Add/Remove Programs utility to remove the fix pack.
- Open the Command Prompt window and type "msiexec" to view and locate the syntax option for removing a patch.
- Use an enterprise mechanism for removing a product update.
Note: All the open intercative applications will be closed and will not be restarted. All the running Tungsten Capture services will be stopped and then restarted.
Files included
This fix pack includes the following files:
| File Name | Version |
|---|---|
| TungstenCapture-11.2.0.1.zip | N/A |
| ReadMe-TungstenCapture-11.2.0.1.htm | N/A |
When extracted, the .zip file contains the following folders and files:
- KCWebDeployPatch
- TungstenCapture-11.2.0.1.msp
- TungstenCapture-11.2_Updater_EN.exe
The following files are updated during the fix pack installation:
| File name | Version |
|---|---|
| absdb.dll | 11.2.253.0 |
| ACISrvc.dll | 11.2.253.0 |
| ACUI.dll | 11.2.253.0 |
| Admin.exe | 11.2.253.0 |
| AscOCR.dll | 11.2.253.0 |
| CaptureSV\Source\Sample Projects\CustMod\CustomStandard.exe | 11.2.253.0 |
| Compression\Resources\Color\Profiles\DotGain10.icc | N/A |
| Compression\Resources\Color\Profiles\DotGain15.icc | N/A |
| Compression\Resources\Color\Profiles\DotGain20.icc | N/A |
| Compression\Resources\Color\Profiles\DotGain25.icc | N/A |
| Compression\Resources\Color\Profiles\DotGain30.icc | N/A |
| Compression\Resources\Font\MyriadPro-Bold.otf | N/A |
| Compression\Resources\Font\MyriadPro-BoldItalic.otf | N/A |
| Compression\Resources\Font\MyriadPro-It.otf | N/A |
| Compression\Resources\OfficeMetrics\arial.cfg | N/A |
| Compression\Resources\OfficeMetrics\arialbd.cfg | N/A |
| Compression\Resources\OfficeMetrics\arialbi.cfg | N/A |
| Compression\Resources\OfficeMetrics\ariali.cfg | N/A |
| Compression\Resources\OfficeMetrics\arialuni.cfg | N/A |
| Compression\Resources\OfficeMetrics\batang.cfg | N/A |
| Compression\Resources\OfficeMetrics\batangche.cfg | N/A |
| Compression\Resources\OfficeMetrics\bod_cb.cfg | N/A |
| Compression\Resources\OfficeMetrics\bod_cbi.cfg | N/A |
| Compression\Resources\OfficeMetrics\bod_ci.cfg | N/A |
| Compression\Resources\OfficeMetrics\bod_cr.cfg | N/A |
| Compression\Resources\OfficeMetrics\calibri.cfg | N/A |
| Compression\Resources\OfficeMetrics\calibrib.cfg | N/A |
| Compression\Resources\OfficeMetrics\calibrii.cfg | N/A |
| Compression\Resources\OfficeMetrics\calibriz.cfg | N/A |
| Compression\Resources\OfficeMetrics\cambria.cfg | N/A |
| Compression\Resources\OfficeMetrics\cambriab.cfg | N/A |
| Compression\Resources\OfficeMetrics\cambriai.cfg | N/A |
| Compression\Resources\OfficeMetrics\cambriaMath.cfg | N/A |
| Compression\Resources\OfficeMetrics\cambriaz.cfg | N/A |
| Compression\Resources\OfficeMetrics\comic.cfg | N/A |
| Compression\Resources\OfficeMetrics\comicbd.cfg | N/A |
| Compression\Resources\OfficeMetrics\comici.cfg | N/A |
| Compression\Resources\OfficeMetrics\comicz.cfg | N/A |
| Compression\Resources\OfficeMetrics\consola.cfg | N/A |
| Compression\Resources\OfficeMetrics\consolab.cfg | N/A |
| Compression\Resources\OfficeMetrics\consolai.cfg | N/A |
| Compression\Resources\OfficeMetrics\consolaz.cfg | N/A |
| Compression\Resources\OfficeMetrics\cour.cfg | N/A |
| Compression\Resources\OfficeMetrics\courbd.cfg | N/A |
| Compression\Resources\OfficeMetrics\courbi.cfg | N/A |
| Compression\Resources\OfficeMetrics\couri.cfg | N/A |
| Compression\Resources\OfficeMetrics\deng.cfg | N/A |
| Compression\Resources\OfficeMetrics\dengb.cfg | N/A |
| Compression\Resources\OfficeMetrics\fonts.infoset | N/A |
| Compression\Resources\OfficeMetrics\gilc.cfg | N/A |
| Compression\Resources\OfficeMetrics\gulim.cfg | N/A |
| Compression\Resources\OfficeMetrics\gulimche.cfg | N/A |
| Compression\Resources\OfficeMetrics\ltype.cfg | N/A |
| Compression\Resources\OfficeMetrics\ltypeb.cfg | N/A |
| Compression\Resources\OfficeMetrics\ltypebo.cfg | N/A |
| Compression\Resources\OfficeMetrics\ltypeo.cfg | N/A |
| Compression\Resources\OfficeMetrics\lucon.cfg | N/A |
| Compression\Resources\OfficeMetrics\malgun.cfg | N/A |
| Compression\Resources\OfficeMetrics\malgunbd.cfg | N/A |
| Compression\Resources\OfficeMetrics\meiryo.cfg | N/A |
| Compression\Resources\OfficeMetrics\meiryob.cfg | N/A |
| Compression\Resources\OfficeMetrics\meiryobi.cfg | N/A |
| Compression\Resources\OfficeMetrics\meiryoi.cfg | N/A |
| Compression\Resources\OfficeMetrics\mingliu.cfg | N/A |
| Compression\Resources\OfficeMetrics\msgothic.cfg | N/A |
| Compression\Resources\OfficeMetrics\msjh.cfg | N/A |
| Compression\Resources\OfficeMetrics\msjhbd.cfg | N/A |
| Compression\Resources\OfficeMetrics\msmincho.cfg | N/A |
| Compression\Resources\OfficeMetrics\mspgothic.cfg | N/A |
| Compression\Resources\OfficeMetrics\mspmincho.cfg | N/A |
| Compression\Resources\OfficeMetrics\msyh.cfg | N/A |
| Compression\Resources\OfficeMetrics\msyhbd.cfg | N/A |
| Compression\Resources\OfficeMetrics\nsimsun.cfg | N/A |
| Compression\Resources\OfficeMetrics\pertili.cfg | N/A |
| Compression\Resources\OfficeMetrics\pmingliu.cfg | N/A |
| Compression\Resources\OfficeMetrics\segoeuil.cfg | N/A |
| Compression\Resources\OfficeMetrics\seguili.cfg | N/A |
| Compression\Resources\OfficeMetrics\seguisym.cfg | N/A |
| Compression\Resources\OfficeMetrics\simhei.cfg | N/A |
| Compression\Resources\OfficeMetrics\simkai.cfg | N/A |
| Compression\Resources\OfficeMetrics\simsun.cfg | N/A |
| Compression\Resources\OfficeMetrics\sthupo.cfg | N/A |
| Compression\Resources\OfficeMetrics\stkaiti.cfg | N/A |
| Compression\Resources\OfficeMetrics\stsong.cfg | N/A |
| Compression\Resources\OfficeMetrics\symbol.cfg | N/A |
| Compression\Resources\OfficeMetrics\times.cfg | N/A |
| Compression\Resources\OfficeMetrics\timesbd.cfg | N/A |
| Compression\Resources\OfficeMetrics\timesbi.cfg | N/A |
| Compression\Resources\OfficeMetrics\timesi.cfg | N/A |
| Compression\Resources\OfficeMetrics\webdings.cfg | N/A |
| Compression\Resources\OfficeMetrics\wingdings.cfg | N/A |
| Compression\Resources\OfficeMetrics\wingdings2.cfg | N/A |
| Compression\Resources\OfficeMetrics\wingdings3.cfg | N/A |
| Compression\Datalogics.PDFL.dll | 18.0.15.47 |
| Compression\DL180ACE.dll | 18.0.5.2 |
| Compression\DL180AdobeXMP.dll | 18.0.5.2 |
| Compression\DL180AGM.dll | 18.0.5.5 |
| Compression\DL180ARE.dll | 18.0.5.2 |
| Compression\DL180AXE8SharedExpat.dll | 18.0.5.4 |
| Compression\DL180BIB.dll | 18.0.5.1 |
| Compression\DL180BIBUtils.dll | 18.0.5.1 |
| Compression\DL180CoolType.dll | 18.0.5.6 |
| Compression\DL180JP2K.dll | 18.0.5.1 |
| Compression\DL180pdfl.dll | 18.0.5.8 |
| Compression\DL180PDFlattener.ppi | N/A |
| Compression\DL180PDFLPINVOKE.dll | 18.0.5.47 |
| Compression\DL180PDFPort.dll | 18.0.5.3 |
| Compression\DL180PDFProcessor.ppi | N/A |
| Compression\DL180pdfsettings.dll | 18.0.5.1 |
| Compression\DL180XPS2PDF.ppi | N/A |
| Compression\fpdfconversionsdk_c_win32.dll | 1.5.0.1030 |
| Compression\icudt74.dll | 74.2.0.0 |
| Compression\icuuc74.dll | 74.2.0.0 |
| Compression\KfxCompress.exe | 11.2.253.0 |
| Compression\KfxCompress.tlb | N/A |
| Compression\Kofax.Evrs.dll | 3.7.0.462 |
| Compression\Kofax.PDFCompression.dll | 1.2.0.46 |
| Compression\Kofax.PDFCompression.tlb | N/A |
| DBUtil.exe | 11.2.253.0 |
| fpsdev.dll | 11.2.253.0 |
| fpslanguages.dll | 11.2.253.0 |
| IKdoLib.dll | 11.2.253.0 |
| Index.exe | 11.2.253.0 |
| kacui30.dll | 11.2.253.0 |
| KdoLib.dll | 11.2.253.0 |
| KfxDb.dll | 11.2.253.0 |
| KfxSchm.dll | 11.2.253.0 |
| Kofax.ACIClnt.dll | 11.2.253.0 |
| Kofax.ACIServer.dll | 11.2.253.0 |
| Kofax.DatabaseMaintenance.dll | 11.2.253.0 |
| Kofax.DBLiteOpt.dll | 11.2.253.0 |
| Kofax.DBRelease.dll | 1.1.0.56 |
| Kofax.IKdoLib.Interop.dll | 11.2.253.0 |
| Microsoft.Practices.EnterpriseLibrary.Common.dll | 6.0.1304.0 |
| Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration.dll | 6.0.1304.0 |
| Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data.dll | 6.0.1304.0 |
| Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll | 6.0.1304.0 |
| Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll | 6.0.1304.0 |
| Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.WindowsAzure.Storage.dll | 6.0.1304.0 |
| NetScript.dll | 11.2.253.0 |
| OmniPage\bin\2\Asian2.dll | 22.2.25168.2000 |
| OmniPage\bin\2\bnt2.dll | 22.2.25168.2000 |
| OmniPage\bin\2\FireWrx2.dll | 22.2.25168.2000 |
| OmniPage\bin\2\Icr22.dll | 22.2.25168.2000 |
| OmniPage\bin\2\Icr2c2.dll | 22.2.25168.2000 |
| OmniPage\bin\2\Mor2.dll | 22.2.25168.2000 |
| OmniPage\bin\2\xocr2.dll | 22.2.25168.2000 |
| OmniPage\bin\3\Asian3.dll | 22.2.25168.2000 |
| OmniPage\bin\3\bnt3.dll | 22.2.25168.2000 |
| OmniPage\bin\3\FireWrx3.dll | 22.2.25168.2000 |
| OmniPage\bin\3\Icr23.dll | 22.2.25168.2000 |
| OmniPage\bin\3\Icr2c3.dll | 22.2.25168.2000 |
| OmniPage\bin\3\Mor3.dll | 22.2.25168.2000 |
| OmniPage\bin\3\xocr3.dll | 22.2.25168.2000 |
| OmniPage\bin\4\Asian4.dll | 22.2.25168.2000 |
| OmniPage\bin\4\bnt4.dll | 22.2.25168.2000 |
| OmniPage\bin\4\FireWrx4.dll | 22.2.25168.2000 |
| OmniPage\bin\4\Icr24.dll | 22.2.25168.2000 |
| OmniPage\bin\4\Icr2c4.dll | 22.2.25168.2000 |
| OmniPage\bin\4\Mor4.dll | 22.2.25168.2000 |
| OmniPage\bin\4\xocr4.dll | 22.2.25168.2000 |
| OmniPage\bin\5\Asian5.dll | 22.2.25168.2000 |
| OmniPage\bin\5\FireWrx5.dll | 22.2.25168.2000 |
| OmniPage\bin\5\Icr25.dll | 22.2.25168.2000 |
| OmniPage\bin\5\Icr2c5.dll | 22.2.25168.2000 |
| OmniPage\bin\5\Mor5.dll | 22.2.25168.2000 |
| OmniPage\bin\5\xocr5.dll | 22.2.25168.2000 |
| OmniPage\bin\6\Asian6.dll | 22.2.25168.2000 |
| OmniPage\bin\6\FireWrx6.dll | 22.2.25168.2000 |
| OmniPage\bin\6\Icr26.dll | 22.2.25168.2000 |
| OmniPage\bin\6\Icr2c6.dll | 22.2.25168.2000 |
| OmniPage\bin\6\Mor6.dll | 22.2.25168.2000 |
| OmniPage\bin\6\xocr6.dll | 22.2.25168.2000 |
| OmniPage\bin\7\Asian7.dll | 22.2.25168.2000 |
| OmniPage\bin\7\FireWrx7.dll | 22.2.25168.2000 |
| OmniPage\bin\7\Icr27.dll | 22.2.25168.2000 |
| OmniPage\bin\7\Icr2c7.dll | 22.2.25168.2000 |
| OmniPage\bin\7\Mor7.dll | 22.2.25168.2000 |
| OmniPage\bin\7\xocr7.dll | 22.2.25168.2000 |
| OmniPage\bin\8\Asian8.dll | 22.2.25168.2000 |
| OmniPage\bin\8\FireWrx8.dll | 22.2.25168.2000 |
| OmniPage\bin\8\Icr28.dll | 22.2.25168.2000 |
| OmniPage\bin\8\Icr2c8.dll | 22.2.25168.2000 |
| OmniPage\bin\8\Mor8.dll | 22.2.25168.2000 |
| OmniPage\bin\8\xocr8.dll | 22.2.25168.2000 |
| OmniPage\bin\aceIden.dat | N/A |
| OmniPage\bin\arabic.model | N/A |
| OmniPage\bin\asciieng.lng | N/A |
| OmniPage\bin\Asian.dll | 22.2.25168.2000 |
| OmniPage\bin\AtlDriver.exe | 22.2.25168.2000 |
| OmniPage\bin\atm2lll.dll | 22.2.25168.2000 |
| OmniPage\bin\Baltic.shp | N/A |
| OmniPage\bin\Bar.dll | 22.2.25168.2000 |
| OmniPage\bin\BIG5_GlyphMap_MingLiu.dat | N/A |
| OmniPage\bin\bigramh.dat | N/A |
| OmniPage\bin\bigramz.dat | N/A |
| OmniPage\bin\Bnt.dll | 22.2.25168.2000 |
| OmniPage\bin\Bold300.knb | N/A |
| OmniPage\bin\cbigram.dat | N/A |
| OmniPage\bin\CharSetTable.chr | N/A |
| OmniPage\bin\chs.mb | N/A |
| OmniPage\bin\cht.mb | N/A |
| OmniPage\bin\cmapfix.dat | N/A |
| OmniPage\bin\ConvSettings.sts | N/A |
| OmniPage\bin\cylm.elm | N/A |
| OmniPage\bin\Cyrillic.shp | N/A |
| OmniPage\bin\czech.lng | N/A |
| OmniPage\bin\danish.lng | N/A |
| OmniPage\bin\datasim.dat | N/A |
| OmniPage\bin\Defaults.dll | 22.2.25168.2000 |
| OmniPage\bin\DocXConv.dlc | 22.2.25168.2000 |
| OmniPage\bin\DocXWrapper.dll | 22.2.25168.2000 |
| OmniPage\bin\dut_legal.dmd | N/A |
| OmniPage\bin\dut_medical.dmd | N/A |
| OmniPage\bin\dutch.lng | N/A |
| OmniPage\bin\eng_financial.dmd | N/A |
| OmniPage\bin\eng_legal.dmd | N/A |
| OmniPage\bin\eng_medical.dmd | N/A |
| OmniPage\bin\engdic.dat | N/A |
| OmniPage\bin\engidx.dat | N/A |
| OmniPage\bin\english.lng | N/A |
| OmniPage\bin\ErrImg.png | N/A |
| OmniPage\bin\ErrMsg.txz | N/A |
| OmniPage\bin\errstore.dat | N/A |
| OmniPage\bin\ExcelCnv.dlc | 22.2.25168.2000 |
| OmniPage\bin\ExcelXCnv.dlc | 22.2.25168.2000 |
| OmniPage\bin\ExcelXWrapper.dll | 22.2.25168.2000 |
| OmniPage\bin\finnish.lng | N/A |
| OmniPage\bin\Firewrx.dll | 22.2.25168.2000 |
| OmniPage\bin\Formatter.dll | 22.2.25168.2000 |
| OmniPage\bin\fre_legal.dmd | N/A |
| OmniPage\bin\fre_med.dmd | N/A |
| OmniPage\bin\french.lng | N/A |
| OmniPage\bin\GB2312_GlyphMap_song.dat | N/A |
| OmniPage\bin\ger_legal.dmd | N/A |
| OmniPage\bin\ger_medical.dmd | N/A |
| OmniPage\bin\german.lng | N/A |
| OmniPage\bin\greek.lng | N/A |
| OmniPage\bin\Greek.shp | N/A |
| OmniPage\bin\hangullb.dat | N/A |
| OmniPage\bin\hkprint2.dat | N/A |
| OmniPage\bin\HTMLCnv.dlc | 22.2.25168.2000 |
| OmniPage\bin\hungar.lng | N/A |
| OmniPage\bin\ICDLLW32.dll | 22.2.25168.2000 |
| OmniPage\bin\ICHUNW32.dll | 22.2.25168.2000 |
| OmniPage\bin\Icr2.dll | 22.2.25168.2000 |
| OmniPage\bin\Icr2c.dll | 22.2.25168.2000 |
| OmniPage\bin\italian.lng | N/A |
| OmniPage\bin\japan.mb | N/A |
| OmniPage\bin\jbig.dll | 22.2.25168.2000 |
| OmniPage\bin\jp2k_kdu_apps_vnew.dll | 8.4.0.0 |
| OmniPage\bin\jpcode.uni | N/A |
| OmniPage\bin\jpprint.dat | N/A |
| OmniPage\bin\jpprint2.dat | N/A |
| OmniPage\bin\jpserht.dat | N/A |
| OmniPage\bin\jptree.dat | N/A |
| OmniPage\bin\kadmos_rec.cfg | N/A |
| OmniPage\bin\kdu_vnewR.dll | 8.4.0.0 |
| OmniPage\bin\KernelAPI.dll | 22.2.25168.2000 |
| OmniPage\bin\KEZIRSTR.tbc | N/A |
| OmniPage\bin\KEZIRSTR.tbs | N/A |
| OmniPage\bin\korean.mb | N/A |
| OmniPage\bin\KOREAN_GlyphMap_GungsuhChe.dat | N/A |
| OmniPage\bin\krcode.uni | N/A |
| OmniPage\bin\krdist.dat | N/A |
| OmniPage\bin\krprint.dat | N/A |
| OmniPage\bin\krserht.dat | N/A |
| OmniPage\bin\krtree.dat | N/A |
| OmniPage\bin\kszp.dat | N/A |
| OmniPage\bin\latin1.set | N/A |
| OmniPage\bin\Latin1.shp | N/A |
| OmniPage\bin\Latin2.shp | N/A |
| OmniPage\bin\LecsoMgr.dll | 22.2.25168.2000 |
| OmniPage\bin\LEditor.dll | 22.2.25168.2000 |
| OmniPage\bin\LNNEngine.dll | 22.2.25168.2000 |
| OmniPage\bin\LNNEngineAVX.dll | 22.2.25168.2000 |
| OmniPage\bin\LNNEngineAVX2.dll | 22.2.25168.2000 |
| OmniPage\bin\LNNEngineAVX512.dll | 22.2.25168.2000 |
| OmniPage\bin\lookup.dat | N/A |
| OmniPage\bin\lpdata.bin | N/A |
| OmniPage\bin\lpdata_russian.bin | N/A |
| OmniPage\bin\LRemNet.bin | N/A |
| OmniPage\bin\Mat.dll | 22.2.25168.2000 |
| OmniPage\bin\Mingliu_HKSCS_GlyphMap.dat | N/A |
| OmniPage\bin\mojilist.dat | N/A |
| OmniPage\bin\Mor.dll | 22.2.25168.2000 |
| OmniPage\bin\MorIF.dll | 22.2.25168.2000 |
| OmniPage\bin\NeuralNet.bin | N/A |
| OmniPage\bin\NeuralNet.dat | N/A |
| OmniPage\bin\norsk.lng | N/A |
| OmniPage\bin\ocrhc.dat | N/A |
| OmniPage\bin\ocrvc.dat | N/A |
| OmniPage\bin\P4dll.vm | N/A |
| OmniPage\bin\p4dll1.dll | 4.1.25168.2000 |
| OmniPage\bin\p4dll2.dll | 4.1.25168.2000 |
| OmniPage\bin\p4dll3.dll | 4.1.25168.2000 |
| OmniPage\bin\p4dll4.dll | 4.1.25168.2000 |
| OmniPage\bin\PDFCnv.dlc | 22.2.25168.2000 |
| OmniPage\bin\Pdfopt.dll | 22.2.25168.2000 |
| OmniPage\bin\polish.lng | N/A |
| OmniPage\bin\port.lng | N/A |
| OmniPage\bin\PPTXConv.dlc | 22.2.25168.2000 |
| OmniPage\bin\PptXWrapper.dll | 22.2.25168.2000 |
| OmniPage\bin\PreRendering.dll | 22.2.25168.2000 |
| OmniPage\bin\Profiles.prz | N/A |
| OmniPage\bin\quantifi.dat | N/A |
| OmniPage\bin\R_CAT.dat | N/A |
| OmniPage\bin\R_CZH.dat | N/A |
| OmniPage\bin\R_DAN.dat | N/A |
| OmniPage\bin\R_DUT.dat | N/A |
| OmniPage\bin\R_ENG.dat | N/A |
| OmniPage\bin\R_FIN.dat | N/A |
| OmniPage\bin\R_FRE.dat | N/A |
| OmniPage\bin\R_GER.dat | N/A |
| OmniPage\bin\R_GRE.dat | N/A |
| OmniPage\bin\R_HUN.dat | N/A |
| OmniPage\bin\R_ITA.dat | N/A |
| OmniPage\bin\R_NOR.dat | N/A |
| OmniPage\bin\R_POL.dat | N/A |
| OmniPage\bin\R_POR.dat | N/A |
| OmniPage\bin\R_RUS.dat | N/A |
| OmniPage\bin\R_SLN.dmd | N/A |
| OmniPage\bin\R_SPA.dat | N/A |
| OmniPage\bin\R_SWE.dat | N/A |
| OmniPage\bin\RecAPIPlus.dll | 22.2.25168.2000 |
| OmniPage\bin\RecDiag.dll | 22.2.25168.2000 |
| OmniPage\bin\Recogn.bct | N/A |
| OmniPage\bin\recogn.cjkz | N/A |
| OmniPage\bin\recogn.cmz | N/A |
| OmniPage\bin\recogn.csz | N/A |
| OmniPage\bin\recogn.duz | N/A |
| OmniPage\bin\recogn.emp | N/A |
| OmniPage\bin\recogn.set | N/A |
| OmniPage\bin\recogn2.duz | N/A |
| OmniPage\bin\Recogn24.bct | N/A |
| OmniPage\bin\recpdf.dll | 22.2.25168.2000 |
| OmniPage\bin\Rendering.dll | 22.2.25168.2000 |
| OmniPage\bin\Rendering2.dll | 22.2.25168.2000 |
| OmniPage\bin\rndsdawg.dll | 22.2.25168.2000 |
| OmniPage\bin\rndsinso.dll | 22.2.25168.2000 |
| OmniPage\bin\russian.lng | N/A |
| OmniPage\bin\sami.set | N/A |
| OmniPage\bin\sccode.uni | N/A |
| OmniPage\bin\scprint.dat | N/A |
| OmniPage\bin\scprint2.dat | N/A |
| OmniPage\bin\scserht.dat | N/A |
| OmniPage\bin\sctree.dat | N/A |
| OmniPage\bin\SFOCR.tud | N/A |
| OmniPage\bin\sizes.dat | N/A |
| OmniPage\bin\SJIS_GlyphMap_MSMinCho.dat | N/A |
| OmniPage\bin\spanish.lng | N/A |
| OmniPage\bin\SPDFLib.dll | 22.2.25168.2000 |
| OmniPage\bin\ssdoc-schema2.xml | N/A |
| OmniPage\bin\ssdoc-schema3.xsd | N/A |
| OmniPage\bin\swedish.lng | N/A |
| OmniPage\bin\tccode.uni | N/A |
| OmniPage\bin\tcprint.dat | N/A |
| OmniPage\bin\tcprint2.dat | N/A |
| OmniPage\bin\tcserht.dat | N/A |
| OmniPage\bin\tctree.dat | N/A |
| OmniPage\bin\thocr_CHN_18030_2.lib | N/A |
| OmniPage\bin\thocr_CHN_BIG.lib | N/A |
| OmniPage\bin\thocr_HK.lib | N/A |
| OmniPage\bin\thocr_HK_L2.lib | N/A |
| OmniPage\bin\thocr_JPN_BIG.lib | N/A |
| OmniPage\bin\thocr_KRN.lib | N/A |
| OmniPage\bin\tudas.fa | N/A |
| OmniPage\bin\turkish.lng | N/A |
| OmniPage\bin\Turkish.shp | N/A |
| OmniPage\bin\tw_bu.dat | N/A |
| OmniPage\bin\tw_gu.dat | N/A |
| OmniPage\bin\tw_ku.dat | N/A |
| OmniPage\bin\tw_su.dat | N/A |
| OmniPage\bin\tw_ub.dat | N/A |
| OmniPage\bin\tw_ug.dat | N/A |
| OmniPage\bin\tw_uk.dat | N/A |
| OmniPage\bin\tw_us.dat | N/A |
| OmniPage\bin\unoun.dat | N/A |
| OmniPage\bin\uzu_n.dat | N/A |
| OmniPage\bin\vtdata.bin | N/A |
| OmniPage\bin\WeightsBase.bin | N/A |
| OmniPage\bin\WeightsBott.bin | N/A |
| OmniPage\bin\WeightsTopp.bin | N/A |
| OmniPage\bin\xiarad.dmd | N/A |
| OmniPage\bin\XIBRTB.bin | N/A |
| OmniPage\bin\XIBRTC.bin | N/A |
| OmniPage\bin\XIBRTD.bin | N/A |
| OmniPage\bin\XIBRTE.bin | N/A |
| OmniPage\bin\XIBRTP.bin | N/A |
| OmniPage\bin\XIBRTS.bin | N/A |
| OmniPage\bin\XIBRTZ.bin | N/A |
| OmniPage\bin\XIBRZB.bin | N/A |
| OmniPage\bin\XIBRZC.bin | N/A |
| OmniPage\bin\XIBRZD.bin | N/A |
| OmniPage\bin\xibrzd.dmd | N/A |
| OmniPage\bin\XIBRZE.bin | N/A |
| OmniPage\bin\XIBRZP.bin | N/A |
| OmniPage\bin\XIBRZS.bin | N/A |
| OmniPage\bin\XIBRZZ.bin | N/A |
| OmniPage\bin\xiczhd.dmd | N/A |
| OmniPage\bin\XIDANB.bin | N/A |
| OmniPage\bin\XIDANC.bin | N/A |
| OmniPage\bin\XIDAND.bin | N/A |
| OmniPage\bin\xidand.dmd | N/A |
| OmniPage\bin\XIDANE.bin | N/A |
| OmniPage\bin\XIDANP.bin | N/A |
| OmniPage\bin\XIDANS.bin | N/A |
| OmniPage\bin\XIDANZ.bin | N/A |
| OmniPage\bin\XIDUTB.bin | N/A |
| OmniPage\bin\XIDUTC.bin | N/A |
| OmniPage\bin\XIDUTD.bin | N/A |
| OmniPage\bin\xidutd.dmd | N/A |
| OmniPage\bin\XIDUTE.bin | N/A |
| OmniPage\bin\XIDUTP.bin | N/A |
| OmniPage\bin\XIDUTS.bin | N/A |
| OmniPage\bin\XIDUTZ.bin | N/A |
| OmniPage\bin\XIENGB.bin | N/A |
| OmniPage\bin\XIENGC.bin | N/A |
| OmniPage\bin\XIENGD.bin | N/A |
| OmniPage\bin\XIENGD.dmd | N/A |
| OmniPage\bin\XIENGE.bin | N/A |
| OmniPage\bin\XIENGF.bin | N/A |
| OmniPage\bin\XIENGL.bin | N/A |
| OmniPage\bin\XIENGP.bin | N/A |
| OmniPage\bin\XIENGS.bin | N/A |
| OmniPage\bin\XIENGZ.bin | N/A |
| OmniPage\bin\xiepod.dmd | N/A |
| OmniPage\bin\XIFINB.bin | N/A |
| OmniPage\bin\XIFINC.bin | N/A |
| OmniPage\bin\XIFIND.bin | N/A |
| OmniPage\bin\xifind.dmd | N/A |
| OmniPage\bin\XIFINE.bin | N/A |
| OmniPage\bin\XIFINP.bin | N/A |
| OmniPage\bin\XIFINS.bin | N/A |
| OmniPage\bin\XIFINZ.bin | N/A |
| OmniPage\bin\XIFRNB.bin | N/A |
| OmniPage\bin\XIFRNC.bin | N/A |
| OmniPage\bin\XIFRND.bin | N/A |
| OmniPage\bin\xifrnd.dmd | N/A |
| OmniPage\bin\XIFRNE.bin | N/A |
| OmniPage\bin\XIFRNP.bin | N/A |
| OmniPage\bin\XIFRNS.bin | N/A |
| OmniPage\bin\XIFRNZ.bin | N/A |
| OmniPage\bin\xigred.dmd | N/A |
| OmniPage\bin\XIGRMB.bin | N/A |
| OmniPage\bin\XIGRMC.bin | N/A |
| OmniPage\bin\XIGRMD.bin | N/A |
| OmniPage\bin\xigrmd.dmd | N/A |
| OmniPage\bin\XIGRME.bin | N/A |
| OmniPage\bin\XIGRMP.bin | N/A |
| OmniPage\bin\XIGRMS.bin | N/A |
| OmniPage\bin\XIGRMZ.bin | N/A |
| OmniPage\bin\xihund.dmd | N/A |
| OmniPage\bin\xiintd.dmd | N/A |
| OmniPage\bin\XIITLB.bin | N/A |
| OmniPage\bin\XIITLC.bin | N/A |
| OmniPage\bin\XIITLD.bin | N/A |
| OmniPage\bin\xiitld.dmd | N/A |
| OmniPage\bin\XIITLE.bin | N/A |
| OmniPage\bin\XIITLP.bin | N/A |
| OmniPage\bin\XIITLS.bin | N/A |
| OmniPage\bin\XIITLZ.bin | N/A |
| OmniPage\bin\XINRWB.bin | N/A |
| OmniPage\bin\XINRWC.bin | N/A |
| OmniPage\bin\XINRWD.bin | N/A |
| OmniPage\bin\xinrwd.dmd | N/A |
| OmniPage\bin\XINRWE.bin | N/A |
| OmniPage\bin\XINRWP.bin | N/A |
| OmniPage\bin\XINRWS.bin | N/A |
| OmniPage\bin\XINRWZ.bin | N/A |
| OmniPage\bin\xipold.dmd | N/A |
| OmniPage\bin\XIPRTB.bin | N/A |
| OmniPage\bin\XIPRTC.bin | N/A |
| OmniPage\bin\XIPRTD.bin | N/A |
| OmniPage\bin\xiprtd.dmd | N/A |
| OmniPage\bin\XIPRTE.bin | N/A |
| OmniPage\bin\XIPRTP.bin | N/A |
| OmniPage\bin\XIPRTS.bin | N/A |
| OmniPage\bin\XIPRTZ.bin | N/A |
| OmniPage\bin\XISPNB.bin | N/A |
| OmniPage\bin\XISPNC.bin | N/A |
| OmniPage\bin\XISPND.bin | N/A |
| OmniPage\bin\xispnd.dmd | N/A |
| OmniPage\bin\XISPNE.bin | N/A |
| OmniPage\bin\XISPNP.bin | N/A |
| OmniPage\bin\XISPNS.bin | N/A |
| OmniPage\bin\XISPNZ.bin | N/A |
| OmniPage\bin\XISWDB.bin | N/A |
| OmniPage\bin\XISWDC.bin | N/A |
| OmniPage\bin\XISWDD.bin | N/A |
| OmniPage\bin\xiswdd.dmd | N/A |
| OmniPage\bin\XISWDE.bin | N/A |
| OmniPage\bin\XISWDP.bin | N/A |
| OmniPage\bin\XISWDS.bin | N/A |
| OmniPage\bin\XISWDZ.bin | N/A |
| OmniPage\bin\xiturd.dmd | N/A |
| OmniPage\bin\xivied.dmd | N/A |
| OmniPage\bin\xocr.dll | 22.2.25168.2000 |
| OmniPage\bin\zbigramk.dat | N/A |
| Ops.exe | 11.2.253.0 |
| QC.exe | 11.2.253.0 |
| ReportViewer.exe | 11.2.253.0 |
| Scan.exe | 11.2.253.0 |
| Verify.exe | 11.2.253.0 |