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
2 answers

create custom module for pdf manipulation

I want to create a custom Kofax module. When it comes to the batch processing the scanned documents get converted to PDF files. I want to fetch these PDF files, manipulate them (add a custom footer to the PDF document) and hand them back to…
user9945420
0
votes
1 answer

How to fix Advanced Evaluator to use Format Locators

When I use a Format Locator to find the OrderNr it works fine with 100% confidence on the results, but when I try to use it on Advanced Evaluator and test it with exactly the same Document It doesn't retrive nothing. Then I try to use a New Format…
0
votes
1 answer

Get the Scan Operator when releasing documents

When releasing documents the scan operator should get logged to a file. I know this is a kofax system variable but how do I get it from the ReleaseData object? Maybe this value is hold by the Values collection? What is the key then? I would try to…
user9945420
0
votes
2 answers

kofax export script project setup

For my first export script I took the KCEC example and the APIRefExport.chm documentation to create my project by replacing the example code with my own. I would like to create a clean export script from scratch. I created a new class library…
user10927557
0
votes
1 answer

Get Values from ReleaseData.Values

When executing the OpenScript method of my release script I want to store the indexfields, batchfields and variables to lists. I created a snippet for this Dictionary indexFields = new Dictionary(); Dictionary
user9945420
0
votes
1 answer

Don't show UI when removing export script from document class

When adding an export script to a document class the RunUI method gets fired and shows the setup form. When removing the script this happens too. I would like to prevent it because there is no need for it. In my ActionEvent method I could create a…
user9945420
0
votes
1 answer

LogError() in KfxReleaseScript

When creating a Kofax Release Script errors might occur. Currently I show the Error Messageboxes in my catch statement. public KfxReturnValue OpenScript(){ try{ // ... return KfxReturnValue.KFX_REL_SUCCESS; }catch (Exception…
user9945420
0
votes
1 answer

Kofax Export Connector - get value from IndexField

I created a mapping for my Kofax Export Connector. This connector interacts with an external application using webservices. I want to connect the indexfield values to field IDs of the external application. Currently I have a dictionary containing…
user9945420
0
votes
0 answers

kofax import connector does not collect system copied files

I have 2 KTA process, the first collects email attachments and then uses a .net activity to flatten with a cmd utility. It is called as a .vbs script from the KTA .net activity. The file is output to new directory. The second process is supposed…
Shane
  • 1
0
votes
2 answers

Report of batches in Batch Manager

Is there a way to generate a report of all the current batches on KOFAX Batch Manager?
Ahmad
  • 41
  • 2
0
votes
1 answer

Can Kofax TotalAgility populate a template document with values from CSV and generate a PDF?

I am currently having a requirement where I need to extract values from a CSV file onto a template within Kofax TotalAgility designer and generate a PDF from it accordingly. The process would pick CSV files from shared folder on the network as an…
0
votes
1 answer

Kofax Total Agility-Web Service Call

I am currently working on building a workflow within Kofax Total Agility Process Designer. Upon analysis, understood that KTA would be able to call an external webservice. I wanted to know if there is anyway we could send across byte[] through the…
0
votes
1 answer

Kapow Robot - Extract business Operating hours from Google Search Results

Is it possible to create a Kapow Robot that can search Google for the Operating hours of the Businesses from our list/database and update the timings if changes are made? Please share if there are any other more efficient ways than the KAPOW robot…
Vicky
  • 19
  • 1
  • 9
0
votes
2 answers

Ionic 2 Image processing with Kofax

I am development an application where I need to use Kofax Image capture image extraction and text detection. Does Kofax has Mobile SDK for Ionic2?
0
votes
1 answer

KOFAX Capture 10.1 - PDF Generator - Change Path

is it possible to change the pdf generator path? normally the generator create a *.PDF folder in my capturesv/images folder. i would like to route the PDF documents to a different…
Ogl
  • 1
  • 1