KofaxTransformation / AutoAdvancedZoneLocator

This automatically configures zones and OCR profiles in an Advanced Zone Locator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoAdvancedZoneLocator

Automatically Generated Classes and Zone Locators from external data

Kofax Capture to Kofax Transformation

This automatically configures Kofax Capture zones and OCR profiles in an Advanced Zone Locator
It can be used to convert Kofax Capture projects automatically to Kofax Transformation projects
It can be used to convert a PDF form to a Kofax Transformation Project

  • Export your KC project from Kofax Capture as a cab file
  • Unzip the Cab File so that admin.xml and admin.dtd are available
  • Load „GenerateForms.fpr“ in Kofax Transformation Project Builder
  • Call KC2KTM(KCProjectPath As String, KTMProjectsPath As String) with the path to where the KC files are and the path where to create the KTM projects.
  • A project will be created for each batch class in the CAB file.
  • Load ANY files into KTM
  • Press these two icons (“Test Runtime scripts”) & (“Batch View”) so that they are highlighted image
  • Configure the Test Runtime Scripts to call Batch_Open
    image
  • Configure Batch_Open event at the top of the Project script to call KC2KTM(KCInPath, KTMOutPath)
  • Press CTRL-F11
  • Your project will be created and launched in a new Project Builder.

PDF Form to Kofax Transformation

This converts a PDF document to an XML file that you can use inside

mkdir pdf2json  
cd pdf2json  
git clone git@github.com:modesty/pdf2json.git  
npm install lodash  
npm install asynch  
npm install xmldom  
npm install optimist  
npm install  
"c:\Program Files\nodejs\node.exe" pdf2json.js -f "PDFFilename.pdf" -o "."

Implemented Features

  • Import document classes and form types
  • Create fields and mappings from locators
  • Create Advanced Zone locator, reference document, OCR zones
  • Create OCR/OMR profiles, Finereader and Recostar
  • Attach ImageCleanupProfile to OCR/OMR Zone
  • Barcode Zones

Not Implemented Features

  • Image Cleanup Profile Values
  • Create OMR group Zones
  • Map All languages used in Recoprofiles (only done Germany, Italy, USA)
  • Clean up code. Make consistent, comment well
  • Add KC sample files as Layout Classification Samples

About

This automatically configures zones and OCR profiles in an Advanced Zone Locator


Languages

Language:Visual Basic .NET 100.0%