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

C#/.NET: Creating a CAB and adding files to it without an external library

I'm aware there is a similar question but the marked answer provides a link to an external library which requires several dependencies to be installed on the user's machine. I don't need extraction or anything else fancy like listing files - I only…
Andy E
  • 338,112
  • 86
  • 474
  • 445
4
votes
4 answers

Can Kofax client connect to different servers?

We have Kofax Capture 9 setup in 2 different departments, on the same network. One of the departments is planning on helping the other with a project. Is it possible for one department's Kofax scan stations to connect to the other departments Kofax…
Aaron
  • 1,042
  • 2
  • 12
  • 30
3
votes
2 answers

Kofax KTM Validation Routing

I'm working on a Kofax KTM project, that have multiple Validation steps. After the KTM Server Module the batch will be routed to another validation step depending on the Batch name. Now the routing works well, but if its not the first validation…
DerStarkeBaer
  • 669
  • 8
  • 28
3
votes
1 answer

Kofax Capture Recognition - I vs 1

Using Kofax Capture 10 (SP1, FP2), I have recognition zones set up on some fields on a document. These fields are consistently recognizing I's as 1's. I have tried every combination of settings I can think of that don't obliterate all the…
Matt
  • 1,213
  • 14
  • 39
3
votes
2 answers

Has anyone used Kofax Capture API for creating a Importer to create a batch in Kofax

I am trying to use Kofax Capture API and trying to write a custom module which will do a scan. For this i need to create a batch and then process/scan it. Is there anyway to process/scan a batch?
Miral
  • 5,968
  • 16
  • 57
  • 85
2
votes
0 answers

Kofax server throws error "VRS failed with error -136"

Kofax server throws error "VRS failed with error -136" when a job is submitted with index fields and works fine when job is submitted without index fields. I suspect some configuration issue on the kofax server setup but unable find which…
A K
  • 21
  • 1
2
votes
1 answer

How to export a snapshot of the Index Field in PDF or JPG in Kofax Capture?

I'm new at Kofax Capture. The question is how to export a snapshot of the Index Field in PDF or JPG in Kofax Capture? Like export signature from document. The only thing comes into my mind is to code custom export module, but maybe I missed some…
Ivan Popkov
  • 73
  • 1
  • 3
2
votes
1 answer

Kofax Export Connector registration

I want to create a Kofax Export Connector and register it in the Administration module. I created a Class Library (.NET Framework) with the following code for the setup and release KfxReleaseSetupScript.cs namespace Kofax_CoBRA_Export { …
user9945420
2
votes
1 answer

KOFAX Bitmap Files : How can I open them?

My C# application receives image files from KOFAX VRS TWAIN driver in TWSX_FILE mode, but neither my own .NET based application nor Windows default image viewer can open these files. However, Adobe Photoshop can open them without any problem. I…
hamid reza
  • 416
  • 6
  • 14
2
votes
1 answer

VBScript issue with values in a table

I have this code to build a table and send it via e-mail to business. They want to know, on a daily basis, how many files were transferred from a Source to a Destination, and if there's a difference in the number of files (possible failed/corrupted…
KathyBlue
  • 346
  • 1
  • 5
  • 16
2
votes
2 answers

Reference VB.NET DLL in Kofax Document Validation Script

We are working on a validation script for Kofax Capture 9.0 / 10.0 in VB.NET 3.5. We know how to create a script using the Admin Module, and how to get it operational. The problem is that we need to reference a dll, located on a remote machine. (GAC…
Knots
  • 551
  • 8
  • 19
2
votes
3 answers

Has anyone here worked on KOFAX-SharePoint 2007 integration?

We want to be able to advance our business by utilizing both of the power of KOFAX and SharePoint 2007. Any pointers Development-wise?
MarlonRibunal
  • 4,009
  • 3
  • 31
  • 37
1
vote
5 answers

high volume scanning and ocr automatic solution?

We need a high volume scanning and ocr solution we are talkin about digitalizing about 4000 documents a day, and saving them as pdf file with ocr (with hidden text)... the solution should let the operators scan a document and automatically save the…
opensas
  • 60,462
  • 79
  • 252
  • 386
1
vote
0 answers

Kofax power PDF VBA dll reference

Just wanted to add information on the below post (but seems I cant). https://safeweb.hsbcpb.com/https://stackoverflow.com/questions/39269911/nuance-power-pdf-automation-using-excel-vba-macro The reference is now: "C:\Program Files (x86)\Kofax\Power…
Helkowsky
  • 11
  • 1
1
vote
1 answer

How to hide C# class from custom IL Inspector?

I am currently working with a piece of software known as Kofax TotalAgility or KTA for short. This is Business Process Automation Software, which I have the "pleasure" of expanding with custom .net libraries. I have been creating a MS Graph library…
1
2 3
9 10