I have coded a little python extension which aims to regularize hand drawn paths by recognizing basic shapes such as segments and rectangles.
See it in action here :

It is currently far from being polished. Not even yet finished, for example it doesn't replace nicely the paths but just add new objects with fixed styles.
It could also be improved by allowing fit of circle, arcs, or even ellipses.
If there's interest in it I'll continue to share it.
I'm attaching it in a zip files.
It should hopefully work as is if it can find its only dependency : numpy.