I need to scrape all the separate object labels from within an Inkscape SVG along with their relevant width & height to input into a program to calculate the cost of the material used. Does anyone have an automated way of doing this either by SVG or by batch of SVGs? I am currently having to open each SVG and then each object to then enter the information by hand into the other program which is extremely slow and prone to errors.
I need to scrape all the separate object labels from within an Inkscape SVG along with their relevant width & height to input into a program to calculate the cost of the material used. Does anyone have an automated way of doing this either by SVG or by batch of SVGs? I am currently having to open each SVG and then each object to then enter the information by hand into the other program which is extremely slow and prone to errors.