Skip to main content

FinderParams():setDetectionMethod()

Modify the detection algorithm

For Text Recognition

  • 1 = "WORD INCASE SENSITIVE" (Default)
  • 2 = "LINE INCASE SENSITIVE"
  • 3 = "WORD CASE SENSITIVE"
  • 4 = "LINE CASE SENSITIVE"
  • 5 = "WORD EXACT MATCH"
  • 6 = "LINE EXACT MATCH"

For Image Recognition

  • 1 = "Correlation Coefficient" (Default)
  • 2 = "Cross Correlation"
  • 3 = "Square Difference"

Signature

setDetectionMethod(method: number): FinderParams

Returns

FinderParams