module Models
    class OcrStatistics < Model
      attribute :exported_pages,       type: Types::Coercible::Int
      attribute :total_characters,     type: Types::Coercible::Int
      attribute :uncertain_characters, type: Types::Coercible::Int