Click or drag to resize

OcrApiSourceResolution Property

Gets or set the resolution of the source image in pixels per inch. This should be setted right after SetImage, and will let us return appropriate font sizes for the text.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public int SourceResolution { get; set; }

Property Value

Int32
See Also