Package

com.johnsnowlabs.nlp.annotators.ocr

schema

Permalink

package schema

Visibility
  1. Public
  2. All

Type Members

  1. case class Coordinate(i: Int, p: Int, x: Float, y: Float, w: Float, h: Float) extends Product with Serializable

    Permalink

    i

    Chunk index.

    p

    Page number.

    x

    The lower left x coordinate.

    y

    The lower left y coordinate.

    w

    The width of the rectangle.

    h

    The height of the rectangle.

  2. case class Mapping(c: String, p: Int, x: Float, y: Float, width: Float, height: Float) extends Product with Serializable

    Permalink
  3. case class PageMatrix(mapping: Array[Mapping]) extends Product with Serializable

    Permalink

Value Members

  1. object Coordinate extends Serializable

    Permalink
  2. object Mapping extends Serializable

    Permalink
  3. object PageMatrix extends Serializable

    Permalink

Ungrouped