All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.cequence.azureform.model.BoundingBox.scala Maven / Gradle / Ivy

There is a newer version: 0.1.14
Show newest version
package io.cequence.azureform.model

case class BoundingBox(
  minX: Double,
  minY: Double,
  maxX: Double,
  maxY: Double
)

case class BoundingBoxWithPage(
  pageIndex: Int,
  refPageWidth: Double,
  refPageHeight: Double,
  boundingBox: BoundingBox
)

case class BufferedImageSource(
  width: Int,
  height: Int,
  source: Array[Byte]
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy