In QGIS 3.40.7,
I need to extract the coordinates of the 4 corner vertices of a rectangle polygon.
I have rectangle polygons which I split in two using split with lines, this results in two smaller rectangle polygons. 
Somehow all of these polygons have an one or two additional vertices on the side that was split or on a corner. I would like to remove these vertices to only use the corner vertices for the coordinates.
Does anyone have any idea why I get extra vertices when using split with lines and how I can remove these extra vertices in a semi-automated way?
