lib/mindee/product/cropper/cropper_v1_document.rb



# frozen_string_literal: true

require_relative '../../parsing'

module Mindee
  module Product
    module Cropper
      # Cropper API version 1.1 document data.
      class CropperV1Document < Mindee::Parsing::Common::Prediction
      end
    end
  end
end