Questions tagged [kofax]

A company offering solutions in the field of scanning, recognition and automatic document treatment. Their software solutions are often referred to as 'Kofax'.

Kofax is the name of the company, though many people call the setup containing several software-applications and modules by the name of the company 'Kofax'. A typical setup allows users to scan documents in batches; automatic recognition extracts information from the documents; and the information is exported/added to business systems.

This tag is relevant for the Kofax Capture platform products like Kofax Capture, Kofax VRS, Kofax Transformation, etc. This tag is also relevant for questions about the setup, configuration, and development of SBL or .NET scripts.

149 questions
0
votes
1 answer

Is it possible to Merge Image Files using KTA SDK?

Using KTA API I am trying to create a job document (CreateJobWithDocuments) for list of images. I want all images should be part of single document collection. Is it possible to achieve this using KTA API or do I need to use third party tool to…
ktaSharp
  • 27
  • 7
0
votes
0 answers

ReadSoft Invoices could not create instance of class name

I am currently trying to develop a custom ReadSoft Invoices plugin, nothing special. I have gotten the plugin to work on two different machines, but the third machine I have, simply refuses to load the plugin. The "funny" part about this, is that…
0
votes
1 answer

Unique KTA Job name

In KTA when you create a job it will create unique jobID (GUID). Is it possible to associate my own unique id for each job. Like new field for that job KTASharp-[dateTimeStamp]? FYI: I am using jobService.CreateJobWithDocuments method
ktaSharp
  • 27
  • 7
0
votes
1 answer

KTA API - How to get image file by document id using SDK?

Whenever I am trying to get the image file using the document Id, getting following error Could not load file or assembly 'Kofax.CEBPM.ThinClient.DocumentServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cf95ca7471e897ff' or one of its…
ktaSharp
  • 27
  • 7
0
votes
1 answer

How to create an if else statement when using custom calculatoin script

I am new to using Kofax Power Editor, which uses Javascript, and I am trying to create an if else statement that involves simple calculations. It depends on what the user enters into a textfield box, and then displays it in a separate text field…
0
votes
2 answers

Kofax Java wrapper on Linux

Currently I am using .net application and kofax scan.exe to virtually scan my documents into kofax, but i want to switch from .net to java (Linux) and still achieve the virtual scan functionality in kofax. Anyone has idea if kofax has any API or…
Shrijan Tiwari
  • 673
  • 6
  • 17
0
votes
0 answers

Kofax TotalAgility Databalase joining to TotalAgilityDocuments Database

I have to analyze the Confidence levels per Job/Document/Field for "KOFAX Total Agility". I need to pull data from the Jobs, JobHistory tables of the [TotalAgility] database down to the Documents and Field tables of the [TotalAgilityDocuments]…
bobweber
  • 1
  • 1
0
votes
1 answer

PDF Encryption from Kofax Capture Text Export Connector

I am trying to encrypt pdf files that will be exported after processed by kofax capture. Going through the documentation I found this code: Add the following tag in ACConfig.xml to prevent the PDF Generator from producing encrypted PDF files with…
0
votes
1 answer

How can I insert a set of pages into all existing documents within an existing batch in Kofax Capture

We are using Kofax Capture 11.1 I have a use case where a business unit will give us 2 stacks of paper: Stack 1: Single page cover sheets printed from accounting software with all required index values that will be processed with zonal recognition.…
pdxdougg
  • 1
  • 1
0
votes
2 answers

Kofax "edit table header" not allowing second page navigation of a single document

It has been more than a week, i have tried almost all option on Kofax Total Agility 7.6 "Transformation Designer" I have a requirement of: Locating and Extracting the table content of a document(English or French) To be able to do that i follow…
Shubham Chauhan
  • 119
  • 2
  • 14
0
votes
1 answer

KTA Retention Policy Failures

I am getting following error from Retention Policy Deletion: "Folder can’t be locked since its hierarchy contains locked document" I am not sure how were these documents locked and how can I unlock them again. Also, will unlocking them cause any…
Ashar
  • 5
  • 2
0
votes
1 answer

Set a variable value in Kofax Total Agility from JAVA

I Kofax Total Agility I created a C# basic script that calls an external java application by creating a process and passing a string parameter. When exciting this specific part of the process I want to set a value to an output variable for example…
davidvera
  • 1,292
  • 2
  • 24
  • 55
0
votes
2 answers

Kofax Transformation VBA Script to update field value

Im not really used on Kofax technologies and I have a Kofax Transformation form with fields on 2 different tabs. Here is an abstract of this form on which I have to interact on validation process. Among those fields, I try to update the content of…
davidvera
  • 1,292
  • 2
  • 24
  • 55
0
votes
1 answer

Kofax transformation - Update fields on form on validation

I use Kofax Transform to extract data from OCR. For this i have a form with several inputs. Basically : name, surname, email. My issue concerns the validation step. I want to update the input fields on specific event (click on enter when the email…
davidvera
  • 1,292
  • 2
  • 24
  • 55
0
votes
1 answer

Convert C# Byte array to Java byte array and max array size in Java

I have a double issue concerning my code. I have to make a call to a REST API from KTA (Kofax Total Agility). I send a call to the entry point : { "sessionId" : "EG346A9A4BD94E45C09106DA457596293", "reportingData": null, "documentId":…
davidvera
  • 1,292
  • 2
  • 24
  • 55