ExtractDocumentMetaData

public struct ExtractDocumentMetaData : Decodable

ExtractMetaData contains document meta data returned by the the returned by the FormXAPIClient.extract(data:completion:).

  • The page number in uploaded material

    Declaration

    Swift

    public let pageNo: [Int]
  • The slice number in uploaded material

    Declaration

    Swift

    public let sliceNo: Int
  • Thepredicted document type

    Declaration

    Swift

    public let extractorType: String
  • The orientation value

    Declaration

    Swift

    public let orientation: Int?
  • Declaration

    Swift

    public init(from decoder: Decoder) throws