Click or drag to resize

GlyphReaderEngineBreakOrMergeCharacters Property

Gets or sets a value indicating if the engine should attempt to break merged characters or merge broken characters.

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

Property Value

Type: Boolean
Remarks

When set to true, if two letters appear to be joined, the engine will attempt to break them apart and treat them as two separate letters. If a single letter appears to have a break in it (such as a broken stem), the engine will attempt to join them together. The Default value is True.

Setting the value to false will improve performance and is recommended for high quality scans.

See Also