Question
text extraction from postscript file with bounding box coordinates
Hello,
I need to extract text from ps file.
ps2ascii does that, but I need the complete rectangular coordinates info with text.
So I need all text box informations like this:
text{x:100,y:100;w:600;h:27}
or
text{x1:100, y1:100, x2:150, y2:120}
where x1, y1, x2 and y2 and are rectangular bounding box coordinates to display the text.
Thanks for your help.
I need to extract text from ps file.
ps2ascii does that, but I need the complete rectangular coordinates info with text.
So I need all text box informations like this:
text{x:100,y:100;w:600;h:27}
or
text{x1:100, y1:100, x2:150, y2:120}
where x1, y1, x2 and y2 and are rectangular bounding box coordinates to display the text.
Thanks for your help.
