Class Tables
Collection of recognized tables and their informations from OcrInput.
Inheritance
System.Object
Tables
Namespace: IronOcr.Extension.AdvancedScan
Assembly: IronOcr.dll
Syntax
public class Tables : Object, IEnumerable<TableInfo>, IEnumerable
Methods
GetEnumerator()
Get enumerator
Declaration
public IEnumerator<TableInfo> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<TableInfo> | TableInfo IEnumerator |
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable