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

biz.neumann.ocr.Element.scala Maven / Gradle / Ivy

The newest version!
package biz.neumann.ocr

/**
 * AN-iT
 * Andreas Neumann
 * [email protected]
 * http://www.an-it.com
 * Date: 10.11.11
 * Time: 10:56
 */

trait Element extends BoundingBox {
  // coordinates for BoundingBox Trait are given in constructor
  val enclosingPageNumber : Option[Int]
  def normalizedLeft(base: Int) = left - base
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy