mekentosj / podofo

PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package. This repo is a fork of the code at http://svn.code.sf.net/p/podofo/code/podofo/trunk
GNU General Public License v2.0
53 stars 29 forks source link

Example for extracting only image bounding box #11

Open senthilsam opened 5 years ago

senthilsam commented 5 years ago

Can someone post some example for identifying bounding box (x,y, width, height) of images in pdf page?

Image object only has image content and its width and height. So i don't know how to get its stating point.