Resolved issues

The following are the resolved issues in Kofax Transformation Toolkit 7.0.0.

Tools and runtime module resolved issues

The following issues were resolved in Kofax Transformation Toolkit tools and runtime modules.

Automatic rotation not recognized

1604356, 1604355: The "Enable automatic rotation" setting for the Layout Classifier is now successfully applied when used with Trainable Document Separation.

Automatic rotation with TDS

1586297: When using Trainable Document Separation, automatic rotation is now always applied when enabled.

Batch editing merge issue

1606477, 1625726: An error no longer occurs when merging to the previous document when it was not already loaded.

Blank OMR regions in Advanced Zone Locator

1399927: Blank regions are no longer created each time an OMR zone is added in the Advanced Zone Locator.

Checkbox script event on click

1273680: Whenever a checkbox is selected or cleared the AfterFieldChanged event is now always executed, even when in a table.

Cluster error with image resolution

1403825: When performing clustering, any error messages about low DPI now include the name of the file causing the error.

Combo boxes on Validation form errors

1634072, 1633111, 1640697, 1642658: User interface elements on the Validation form now behave as expected without causing errors.

Configurable OmniPage soft timeout

1699794: A new timeout property called MpsPageRecogProfileOmniPage is now available and can be set in script. The timeout value uses milliseconds for its unit.

Use the following syntax example for your installation:

Private Sub Application_InitializeScript()
   Dim profile As MpsPageRecogProfileOmniPage
   Set profile = Project.RecogProfiles.ItemByName("OmniPage")
   ' Set timeout to 5 minutes
   profile.Timeout = 300000
End Sub

Copy and paste page to same document

1524106, 1562960: If you copy a page, you can now paste it to the same document as long as you select the document before pasting.

Whichever page is copied cannot be pasted onto itself or the next page at page-level.

As a workaround for this limitation in copying pages onto themselves, paste the page by selecting the document and then move the page to the desired position.

Date formatter fails for YYYY-DD-MM dates

1546436, 1530665, 1558236: The Date Formatter now supports the YYYY-DD-MM date format and dates using this format are successfully recognized.

Document Review document load delays with UNC paths

1669604, 1688797: Page updates have been optimized to improve document loading

Enhance Classification Locator

1553367, 1562713: The full classification results are now attached to each alternative of the Classification Locator.

This information is available to scripting for further analysis as needed.

		Private Sub Document_AfterLocate(ByVal pXDoc As CASCADELib.CscXDocument, ByVal LocatorName As String)
			Dim layoutresultxml As String
			Dim layoutresult As New CscResult
			layoutresultxml = pXDoc.Locators.ItemByName("ClassificationLocatorName").Alternatives(0).XValues.ItemByName("__LayoutClassificationResult__").Value
			layoutresult.LoadFromXmlString(layoutresultxml)

			Dim contentresultxml As String
			Dim contentresult As New CscResult
			contentresultxml = pXDoc.Locators.ItemByName("ClassificationLocatorName").Alternatives(0).XValues.ItemByName("__ContentClassificationResult__").Value
			contentresult.LoadFromXmlString(contentresultxml)
		End Sub

Fields not populated from lookup

1371245 When a database lookup is performed, all related fields are now successfully populated.

Format Locator input locator issues

1263307: It is no longer possible to select a locator with subfields such as the Invoice Group Locator, Invoice Header Locator, or the Database Locator as the Format Locator input locator.

Format Locator memory leak

1559353: The Format Locator no longer causes a memory leak when processing documents in the Project Builder.

Invisible PDF text error

1551973: An error no longer occurs when a PDF with invisible text is opened with paragraph detection enabled.

However, in order to ensure that the invisible text is analyzed for paragraph detection, run recognition for the PDF in order to perform paragraph detection for any invisible words on a PDF.

Licensing error

1644760, 1651249: Server no longer stops processing due to a licensing error.

Missing merge modules

1585888: Several missing merge modules are now available.

Mixed print recognition issue

1662470, 1648370, 1648371: Project Builder and Server no longer crash when processing a project that uses a Mixed Print Recognition profile.

Moving multiple pages error

1558056: It is now possible to move multiple pages to another document without encountering an error.

Moving documents error with BatchOpen event

1621776, 1640661: It is now possible to move document to folders using the BatchOpen script event.

Moving multiple pages error

1558056: It is now possible to move multiple pages to another document without encountering an error.

OCR on-demand issue

1583990: OCR is now performed when needed when the recognition profile differs between the class and project.

OmniPage language error

1705619: OmniPage has been updated and an error no longer occurs when multiple languages are selected.

Oracle timestamp column issue

1601897: The timestamp column no longer causes access issues when connecting to Oracle database tables.

PDF text right-to-left error

1592620, 1604349: An error no longer occurs when processing PDFs with right-to-left text.

The words of a text line are now treated in a logical order specified by the Unicode Bidirectional Algorithm.

For more information, see https://unicode.org/reports/tr9/.

Project load memory leak

1663059, 1663573: Locator methods are now successfully unloaded when a project is closed. Because of this, the memory issues no longer occur when a project is closed.

Project merge fails with RecoStar Add-on

1552532: The RecoStar Add-on no longer causes a project merge to fail.

Report Viewer page and document count inconsistency

1698551, 1706261: The Report Viewer now shows the same number of documents as the number of scanned documents.

Saving merged project error

1551240: It is now possible to successfully save a project that has already been merged.

Script event not raised correctly

1697743, 1716902: The AfterRowAdded event is now raised each time that table rows are interpolated.

Separation error

1619034, 1619033: An error is no longer encountered when a user separates a document.

Server dictionary error

1615398: There is no longer an issue in Server when accessing a dictionary.

Table row script error

1256623: The table row index is no longer an issue, whether a row is added, inserted, or deleted.

Test Validation UI elements disabled

1570951: Processing a document multiple times no longer disables any user interface elements.

Thumbnail generation causes PDF file lock

1674501, 1674989: A multi-page PDF is no longer locked while its thumbnails are loaded by the Thin Client Server.

Validation form button hot key

1641004, 1669388: Buttons and their associated hot keys on the Validation form now work as expected.

Validation form field and button script behavior

1667310, 1641005, 1675142, 1675703: The validation form control properties are now reflected in script and behave as expected.

XDoc representation and negative character

1538675: When there is a negative amount, the negative symbol is no longer interpreted as a word separation character. Because of this, whenever there is a negative amount, the negative symbol and the amount are recognized on the same line.

Zone property settings error after project merge

1550791: It is now possible to open zone settings after a project is merged.

Thin Client Server resolved issues

The following issues were resolved in the Thin Client Server.

Add animation to indicate page load

ER1589751: The logon behavior has been modified and a new flag has been added to the web.config file to control this behavior.

AuthenticationAsSingleSignOnOnly (default: true):

Logs on with single sign-on using the windows user credentials.

When set to false, log on requests logon credentials.

ShowLoginDialog (default: false):

If set to true, single sign-on fails and a window is displayed so that you can log on. A simple animation is now displayed until the application is loaded and the logon process is started.

If you want to see the additional log on window when single sign-on fails, add the following parameter to the web.config after the existing entry for AuthenticationAsSingleSignOnOnly:

<setting name=”ShowLoginDialog” serializeAs=”String”>
	<value>True</value>
</setting>

Add batch field filtering option

1698156: An editable list is now displayed that includes the possible values for the selected batch field.

Auto complete cursor issue

1614728: When a field in Thin Client Validation is configured to use auto complete, removing any content using the Backspace or Delete key retains the current cursor position.

Autocomplete error after document split

1671297, 1681491: Auto complete fields now work as expected when a document is split in Thin Client Validation that has recognition results on the first page only.

Autocomplete position issue with lasso

1600561: Lassoing a value now retains the location information of a field.

Batch ID separator issue

1678049: The list of batches displayed in the Open Batch window no longer have a separator in the batch IDs.

Browser language issues

1632123, 1629836: When a Browser is set to a language that includes special characters in its name, an error is no longer generated.

Cannot copy read-only fields

1617601, 1625734: It is now possible to copy the contents of a read-only field.

Classification result issues

1699833, 1650320: The Classification result box now shows the list of available classes after typing characters in filter the list.

Close batch message issue

1659590, 1661252: When a combo box field is the last field validated and the Prompt before closing completed batch setting is cleared, the batch now closes successfully.

Combo box list error

1645497, 1633147: Drop-down list entries that contain spaces are now displayed correctly in the combobox.

Database copy issue

1599165, 1599239: Database search results are now copied to the assigned fields as expected.

Database lookup button style issue

1615084, 1634275: The style of the database lookup button is now both bold and underlined.

Database lookup column name issues

1550484: Column names are now displayed properly and long names are no longer cut off.

Database lookup focus issue

1621745, 1629303: The field focus now moves to the next invalid field when a result is chosen from the database lookup window.

Database lookup sort issues

1633203, 1615441: Database lookups are now returning the correct record to the Validation form, even when sorting is used in the database lookup window.

Date & Time filter time zone issues

1634130, 1624146: The Date & Time filter now works as expected for local time.

Disabled classification list showing

1621828: When the Show Class List setting is disabled on the validation form, the Classification Result is no longer displayed in Thin Client Validation.

Disabled Problem Reporting

1610452: When Problem Reporting is disabled in Thin Client Validation, both the button and the keyboard modal shortcut are disabled.

Field text selection issues

1684910, 1698140: Navigating to a field always selects the text, even if you navigate away and then back again.

Filename special character issues

1548911, 1556914: Fields or the Validation form controls that use special characters other than [0-9, a-z, A-Z] in their name are now fully supported, with the exception of square quotes ([]) and speech marks (‘ ,).

Group display issues

1615875, 1625741: When a batch is loaded, all groups are expanded or collapsed correctly and the “Always Closed” setting is working as expected.

Icon overlaps check box labels

1597770: Check box fields are now displayed correctly.

Immediate search column width issue

1601330, 1625738: The column width is now displayed correctly when a batch is opened and immediate search is executed, or when a search is run manually.

Index field values not updating

1579958, 1593142: Index field values in Thin Client Validation are now successfully updated for each new document, even if the new document is the same document type as the previous document.

Issue with Batch field

1593075: It is now possible to use Batch fields successfully.

Lasso and Auto complete issues

1620622, 1627955: It is now possible for users to configure how words are sent, either using websockets (default) or alongside other documents.

Configure this by adding the following code snippet under the Kofax.KTS.Services.Properties.Settings subsection of the applicationSettings section of the web.config file.

		<setting name="SendWordsWithDoc" serializeAs="String">
			<value>False</value>
		</setting>

Set the value to "True" to send words alongside other documents and "False" to use websockets.

MiniViewer refresh issue after lasso

1597745: The MiniViewer is now successfully refreshed after a field is updated using a lasso, AutoComplete, or any scripting field changes that affect the field position.

Localization fallback

1571174: The user interface is displayed in English if the language set in the Browser does not have the corresponding language pack installed.

Log out issue

1589824, 1599745: The Log Out button is now working as expected.

Merge error

1563385: An error is no longer encountered and thumbnail images are displayed correctly when using the merge to previous batch editing command.

Multiple batch class filter issue

1684062, 1694852: It is now possible to filter the list of batches available when multiple batch classes are selected in the Batch Filter window.

Multiple tab log ons

1673170: It is no longer possible to log on to one of the Thin Clients in multiple tabs in the same browser, regardless of the log on method.

Priority issue for server calls

1556207: Server calls are now correctly prioritized when a user is waiting for a response.

Problem Reporting shortcut issue

1633207: It is now possible to successfully mark a document for online learning by clicking the Use for Extraction Online Learning button or using its shortcut key for a document even when the Report a Problem button is disabled.

Refresh issue with log on and opening a batch

1692472, 1629373: Refreshing a tab using F5 re-executes the log on sequence. When the Open Batch window is displayed, pressing F5 now refreshes the batch list.

Script layout issues for folders

1548669: Scripted layout changes for folders are now working as expected.

Suspend or close batch list issue

1594967, 1599921: The Open Batch window is now behaves as expected.

Table headings

1654830: If a table heading is added when configuring the validation form, this heading is now displayed as expected in Thin Client Validation.

Thin Client Correction data loss on session timeout

1728300, 1719041: A new setting is now available, so that users can configure the Thin Client Server to save data after a specified number of fields are completed. This helps reduce lost data on session timeout. The default value is 10 fields.

Edit the following setting in the Thin Client Server web.config file.

<setting name="CorrectionFieldsPerSave" serializeAs="String">
	<value>10</value>
</setting>

Thin Client lasso error

1620066, 1625730: It is now possible to lasso a value into a field and then use a database lookup that uses that same field, without generating an error.

Thin Client toolbar selection issue

1589499: It is now clear when a toolbar button is selected or in the pressed state.

Thin Client Server page header issues

1674159: The page header for any of the Thin Client Server modules is now displayed correctly, even if the Thin Client Server is installed on a different server than the rest of Kofax Transformation Toolkit.

Thin Client Server table column width issues

1632129, 1589770: When a table is configured to use the Autofit setting or a specific width is defined for a column, these settings are now honored and the table is displayed correctly.

Thin Client Validation batch close issues

1701193, 1685534, 1701724: A Thin Client Validation batch now closes correctly if the user holds down the Enter key.

Thin Client Validation drop-down button issue

1634826, 1642664: Drop-down lists are now working as expected and there is no longer an overlap issue created by an empty MiniViewer.

Thin Client Validation page display and navigation issue

1699804:, 1696945 Navigation is triggered only when a cell in a row is linked to a page. Otherwise, the currently selected page is displayed.

Thumbnail generation causes PDF file lock

1674501, 1674989: A multi-page PDF is no longer locked while its thumbnails are loaded by the Thin Client Server.

Thumbnail issues with large batches

1682455, 1682462: There are no longer any issues when loading thumbnails for large batches in the Thin Client Server.

UI not clear when waiting

1556208: The field panel is now masked when the user is waiting for a response from server.

W3WP process crash

1674153, 1681547: Several issues with image loading, session handling, and multi-threading have been solved.

Whole field value selection issue

1599914, 1675733: The whole field value is now selected when navigating within a tab.

Windows moved and irretrievable

1633208, 1599993: It is no longer possible to move a window outside of the visible area of the tab.