Page

public struct Page : Decodable

A document’s page layout, indicating its size, textZones, regions and its page number

  • Page number

    Declaration

    Swift

    public let number: Int
  • Page width

    Declaration

    Swift

    public let sizeX: Double
  • Page height

    Declaration

    Swift

    public let sizeY: Double
  • Page textZones

    Declaration

    Swift

    public let textZones: [TextZone]
  • Page regions

    Declaration

    Swift

    public let regions: [Region]?