David Crewe Ltd


Kofax Consultancy

Function BlankConfidenceBelow(e As Kofax.AscentCapture.Scripting.PostRecognitionEventArgs, requiredConf As Integer) As String
 Try
  If e.Confidence < requiredConf Then
   BlankConfidenceBelow = ""
  Else
   BlankConfidenceBelow = e.Value
  End If
 Catch ex As Exception
  BlankConfidenceBelow = e.Value
 End Try
End Function




Recognition scripting guide


Validation scripting guide


Back to scripting overview