How to parse parent and child relationships from a structure diagram created in powerpoint
I have thousands of structure charts created in PowerPoint that represent the relationships between different nodes defined by PowerPoint shapes using edges defined by PowerPoint connector lines. I need a way to programmatically extract all nodes and their associated relationships either by accessing PowerPoint coordinates or doing image processing. However, I do not know how to proceed.