Click or drag to resize
TesseractOcrJobRequest Class
Specifies the parameters that should guide the execution of the Ocr job.
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.Tesseract.WindowsPhoneTesseractOcrJobRequest

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public sealed class TesseractOcrJobRequest : __ITesseractOcrJobRequestPublicNonVirtuals

The TesseractOcrJobRequest type exposes the following members.

Constructors
  NameDescription
Public methodTesseractOcrJobRequest
Initializes a new instance of the TesseractOcrJobRequest class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAreaToScan
Limit the ocr to a specific area on the page
Public propertyCharsNotToRecognize
The list of valid chars that the ocr engine will not recognize.
Public propertyCharsToRecognize
The list of valid chars that the ocr engine can recognize.
Public propertyCreatePdfFile
Create a searchable pdf file with the provided image and the ocr results
Public propertyEnableOCRAdaptation
Enable the Ocr engine to use the best recognized cases to optimize the recognition of low quality characters
Public propertyImagePreProcessing
The set of filters and operations to be applied to the image before sending it to the ocr engine
Public propertyJobName
The job name
Public propertyOrientationMode
The mode to be used in page orientation detection.
Public propertyPageSegmentationMode
The mode to be used in page segmentation.
Top
See Also