Uses of Class
com.mindee.geometry.Polygon
-
Packages that use Polygon Package Description com.mindee.geometry com.mindee.parsing.common.ocr com.mindee.parsing.custom com.mindee.parsing.generated com.mindee.parsing.standard com.mindee.parsing.v2.field -
-
Uses of Polygon in com.mindee.geometry
Methods in com.mindee.geometry that return Polygon Modifier and Type Method Description PolygonPolygon.PolygonBuilder. build()static PolygonPolygonUtils. combine(Polygon base, Polygon target)Merge the coordinates of the two polygons.static PolygonBoundingBoxUtils. createBoundingBoxFrom(Polygon polygon)PolygonPolygonDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)PolygonBbox. getAsPolygon()Get the Bbox as a Polygon.static PolygonPolygonUtils. getFrom(List<List<Double>> polygon)Create a Polygon from a list of a list of floats.Methods in com.mindee.geometry with parameters of type Polygon Modifier and Type Method Description static PolygonPolygonUtils. combine(Polygon base, Polygon target)Merge the coordinates of the two polygons.static intPolygonUtils. CompareOnX(Polygon polygon1, Polygon polygon2)Compare two polygons based on their X coordinates.static intPolygonUtils. CompareOnY(Polygon polygon1, Polygon polygon2)Compare two polygons based on their Y coordinates.static PolygonBoundingBoxUtils. createBoundingBoxFrom(Polygon polygon)static BboxBboxUtils. generate(Polygon polygon)Generate a BBox from a single Polygon.static DoublePolygonUtils. getMaxXCoordinate(Polygon polygon)static DoublePolygonUtils. getMaxYCoordinate(Polygon polygon)static DoublePolygonUtils. getMinXCoordinate(Polygon polygon)static DoublePolygonUtils. getMinYCoordinate(Polygon polygon)static booleanPolygonUtils. isPointInPolygonY(Point centroid, Polygon polygon)Determine if a Point is within a Polygon's Y axis.Method parameters in com.mindee.geometry with type arguments of type Polygon Modifier and Type Method Description static BboxBboxUtils. generate(List<Polygon> polygons)Generate a BBox from a list of Polygons. -
Uses of Polygon in com.mindee.parsing.common.ocr
Methods in com.mindee.parsing.common.ocr that return Polygon Modifier and Type Method Description PolygonWord. getPolygon()Define the coordinates of the zone in the page where the values have been found. -
Uses of Polygon in com.mindee.parsing.custom
Methods in com.mindee.parsing.custom that return Polygon Modifier and Type Method Description PolygonListFieldValue. getPolygon()Define the coordinates of the zone in the page where the values have been found.Constructors in com.mindee.parsing.custom with parameters of type Polygon Constructor Description ListFieldValue(String content, double confidence, Polygon polygon) -
Uses of Polygon in com.mindee.parsing.generated
Methods in com.mindee.parsing.generated that return Polygon Modifier and Type Method Description PolygonGeneratedObject. getAsPolygon(String key)Get the specified key as aPolygonobject.PolygonGeneratedObject. getPolygon()Get the polygon, if present. -
Uses of Polygon in com.mindee.parsing.standard
Methods in com.mindee.parsing.standard that return Polygon Modifier and Type Method Description PolygonBaseField. getBoundingBox()The bounding box equivalent of the polygon.PolygonPositionData. getBoundingBox()PolygonPositionField. getBoundingBox()Straight rectangle.PolygonBaseField. getPolygon()Define the coordinates of the zone in the page where the values has been found.PolygonPositionData. getPolygon()PolygonPositionField. getPolygon()Free polygon with up to 30 vertices.PolygonPositionField. getQuadrangle()Free polygon with 4 vertices.PolygonPositionField. getRectangle()Rectangle that may be oriented (can go beyond the canvas).Constructors in com.mindee.parsing.standard with parameters of type Polygon Constructor Description AddressField(String value, Double confidence, Polygon polygon)Address field constructor only containing the value.AddressField(String value, String rawValue, String streetNumber, String streetName, String poBox, String addressComplement, String city, String postalCode, String state, String country, Double confidence, Polygon polygon, Integer pageId)AmountField(Double value, Double confidence, Polygon polygon, Integer pageId)BaseField(Double confidence, Polygon polygon, Integer pageId)BooleanField(Boolean value, Double confidence, Polygon polygon, Integer pageId)DateField(LocalDate value, Double confidence, Polygon polygon, Integer pageId, Boolean isComputed)StringField(String value, Double confidence, Polygon polygon)StringField(String value, String rawValue, Double confidence, Polygon polygon, Integer pageId) -
Uses of Polygon in com.mindee.parsing.v2.field
Methods in com.mindee.parsing.v2.field that return Polygon Modifier and Type Method Description PolygonFieldLocation. getPolygon()Free polygon made up of points.Constructors in com.mindee.parsing.v2.field with parameters of type Polygon Constructor Description FieldLocation(Polygon polygon, int page)
-