The text spotting code outputs text as polygons.
This is useful for some use cases but creates a lot of data. It would be good to add a convert_polygons_to_centroids method in the text spotting code to give users the option of outputting just centroids as a simpler option for outputting text.
The text spotting code outputs text as polygons. This is useful for some use cases but creates a lot of data. It would be good to add a
convert_polygons_to_centroids
method in the text spotting code to give users the option of outputting just centroids as a simpler option for outputting text.