Click or drag to resize

TableRecResultcells_text Property

Text line information for each cell, including the text, detection box, and text confidence of each line.

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public List<List<Tuple<string, int[], float>>> cells_text { get; set; }

Property Value

ListListTupleString, Int32, Single
See Also