Packagecom.distriqt.extension.ocr
Classpublic class OCROptions
InheritanceOCROptions Inheritance Object

This class specifies scanning options for the OCR recognition process



Public Properties
 PropertyDefined By
  blacklist : String
A set of characters that should never be detected.
OCROptions
  dataPath : String
This is an alternative path for the traineddata files.
OCROptions
  language : String = eng
Specify the languages to attempt to process.
OCROptions
  whitelist : String
Limit the characters that the engine should recognise from.
OCROptions
Public Methods
 MethodDefined By
  
Constructor
OCROptions
Property Detail
blacklistproperty
public var blacklist:String

A set of characters that should never be detected. Charaters in this list should never be returned.

dataPathproperty 
public var dataPath:String

This is an alternative path for the traineddata files. Android only

languageproperty 
public var language:String = eng

Specify the languages to attempt to process. The more languages you specify the longer and more inaccurate the recognition will be. To specify multiple languages use a plus sign to separate the languages: eng+ita. Ensure for each language that you supply the matching traineddata file.

whitelistproperty 
public var whitelist:String

Limit the characters that the engine should recognise from. Only characters in this list will be returned.

Constructor Detail
OCROptions()Constructor
public function OCROptions()

Constructor