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
1
vote
1 answer

How can I upload a file to Google Drive using App Scripts with simple API requests

I've been trying to upload files from my computer to Google Drive, from a Kofax Robot. Don't worry if you don't know Kofax, I don't think it matters in this case. I have already found posts such as Upload file to my google drive with Google Apps…
1
vote
1 answer

Kofax Total Agility: moving a document job programmatically to a specific process step

I am working on Kofax Total Agility with a basic BPMN (Business Process Model and Notation). This process contains differents steps: classification document review data extraction document validation & verification a c# external call finally an…
davidvera
  • 1,292
  • 2
  • 24
  • 55
1
vote
1 answer

Hide button on tabs in Kofax KTM

Hello we are using a script in KTM to make the button on the validation form invisible. The project has several classes and depending on the class we hide the buttons. ValidationForm.Buttons.ItemByName ("btnDBFuzzy_2"). Visible = False Now we have…
1
vote
1 answer

How to create an image import job using KTA SDK?

I am trying to create a job using SDK. Simple job with send email activity work like a charm! But when I try to create a job with variables input folder to import few images it doesn't work at all. Am I missing very trivial settings ? My process has…
ktaSharp
  • 27
  • 7
1
vote
1 answer

KTA Workqueue queries

In work queue is it possible to create new custom columns? For example right now we have columns like JobID, Process Version, SLA, Activity Name, Process .... Just wondering is possible to add fields like create name, creation date ... Let me be…
ktaSharp
  • 27
  • 7
1
vote
1 answer

Kofax TotalAgility Send a PDF Document to Jobs Queue (KTA)

I'm at a loss with the KTA SDK. My intention is to pass a scanned document in PDF format with a few headers to KTA's jobs queue. As I'm still going through the documentation, my best guess right now is to use the Document class as a DTO then I need…
msharp
  • 57
  • 1
  • 1
  • 6
1
vote
1 answer

Kofax KTA TotalAgility SDK ASP.NET Core

I have to create a simple Web API that would call KTA .NET DLL. Since this is a net new project, is it possible to do it using ASP.NET Core (for future-proofing) or this can only be done with .NET Framework? The provided example is only in .NET…
msharp
  • 57
  • 1
  • 1
  • 6
1
vote
0 answers

Failed to start "Kofax" Management Console. Failed to start embedded Tomcat, check if port 50087 is already in use

Post installation of Kofax Kapow RPA tool, I am trying to start "Management Console". While starting, I am getting error as "Failed to start Management Console. Failed to start embedded Tomcat, check if port 50087 is already in use" I have tried…
Pacchi
  • 57
  • 1
  • 7
1
vote
1 answer

How to rotate text in Kofax Transformation?

I'am new in Kofax. Task - to recognize a couple of vertical words. Almost all text in document is horisontal. Only two words - vertical. In Kofax Capture I can do it easily: My task - do the same in Kofax Transformation. I did not find a standard…
1
vote
1 answer

KTA update document and visualization

I developped an application that can retrieve a file from KTA and send it back. For this I used 4 entry points : LogOnWithPassword2 (allow to log on to KTA), GetSourceFile (I retrieve a file encoded in byte array), UpdateSourceFile( once my file…
davidvera
  • 1,292
  • 2
  • 24
  • 55
1
vote
3 answers

Converting a byte array onto a C# byte array before Post request

I have to build a JSON object which will be like this : { "sessionId": "DA2F5102377742BE8063ADBC8968A294", "documentId": "c2f84034-ea1c-4406-8a8b-ab2c00a1b537", "sourceFile": { "MimeType": "application/pdf", "SourceFile": [ 25, …
davidvera
  • 1,292
  • 2
  • 24
  • 55
1
vote
1 answer

Kofax validation rules

I'm trying to update a form which requires fields to be validated. My issue is that the required field can be "fileNumber" or "corporateNumber". For this I use validation rule and create a validation rule on multifield. My issue is to know how i…
davidvera
  • 1,292
  • 2
  • 24
  • 55
1
vote
1 answer

Handle different layout of document using kofax

I am new to KofaxTotalAgility solution, but i am well aware of OCR, OMR and recognition mechanism. I have two forms in one folder, A and B. both of them are identical, but due to manual scan there are slight axes change, say 20 pixel right shift, so…
Shubham Chauhan
  • 119
  • 2
  • 14
1
vote
1 answer

Required production files for custom modules

I created some custom modules and Visual Studio drops the build files directly into the Kofax Bin directory. It is important to note that I'm using the modules as Winforms applications and Windows services (at the same time). The generated files…
user9945420
1
vote
1 answer

custom module write messages to Kofax log files

When creating export scripts it is possible to log information to the Kofax log files. An example would be documentData.LogError(0, 0, 0, "error log", "Export Script", 0); When creating custom modules, is there an equivalent method? Due to the fact…
user9945420
1
2
3
9 10