Type alias DocumentDisplacement

DocumentDisplacement: "NONE" | "UP" | "UPPER_RIGHT" | "RIGHT" | "LOWER_RIGHT" | "DOWN" | "LOWER_LEFT" | "LEFT" | "UPPER_LEFT"

The displacement of the document from the image center if the document is partially visible.

  • NONE: The document is fully visible.
  • UP: The document is partially visible and occupies the upper part of the image.
  • UPPER_RIGHT: The document is partially visible and occupies the upper right part of the image.
  • RIGHT: The document is partially visible and occupies the right part of the image.
  • LOWER_RIGHT: The document is partially visible and occupies the lower right part of the image.
  • DOWN: The document is partially visible and occupies the lower part of the image.
  • LOWER_LEFT: The document is partially visible and occupies the lower left part of the image.
  • LEFT: The document is partially visible and occupies the left part of the image.
  • UPPER_LEFT: The document is partially visible and occupies the upper left part of the image.

Generated using TypeDoc