TableTextLocation
public struct TableTextLocation : Codable, Equatable
Text and associated location within a table.
-
The text retrieved.
Declaration
Swift
public var text: String? -
The numeric location of the identified element in the document, represented with two integers labeled
beginandend.Declaration
Swift
public var location: TableElementLocation?
View on GitHub
TableTextLocation Structure Reference