mapreader.spot_text.dataclasses
Module Contents
-
class mapreader.spot_text.dataclasses.PatchPrediction
-
pixel_geometry: shapely.geometry.Polygon
-
pixel_line: shapely.geometry.LineString
-
score: float
-
text: str = None
-
class mapreader.spot_text.dataclasses.ParentPrediction
-
pixel_geometry: shapely.geometry.Polygon
-
pixel_line: shapely.geometry.LineString
-
score: float
-
patch_id: str
-
text: str = None
-
class mapreader.spot_text.dataclasses.GeoPrediction
-
pixel_geometry: shapely.geometry.Polygon
-
pixel_line: shapely.geometry.LineString
-
score: float
-
patch_id: str
-
geometry: shapely.geometry.Polygon
-
line: shapely.geometry.LineString
-
crs: str
-
text: str = None