Skip to content

Very simple tool to extract images from pdf based using coordinates.

License

Notifications You must be signed in to change notification settings

juanAFernandez/pdfimageextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfimageextractor

Very simple tool to extract images from pdf based using coordinates.

Use

pdfimageextractor input output coordinates

Where input and output can be a file (always will be with jpeg) or a folder in both to iterate.

Examples:

# pdfimageextractor ./pdfs ./images 1191 1321 1478 1659
# pdfimageextractor  sample.pdf sample 1191 1321 1478 1659

Coordinates system used is the cartesian pixel coordinate system.

License

Under GNU CPLv3

About

Very simple tool to extract images from pdf based using coordinates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages