Click or drag to resize

PdfTranslatorEnforceWordWidths Property

Indicates that the PdfTranslator should apply a horizontal scale to the text in a word to match the word bounding box as accurately as possible using the font size reported by the OCR engine.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool EnforceWordWidths { get; set; }

Property Value

Type: Boolean
Remarks
Default value is true.
See Also