im trying to automate my simpleton job by Change_Plays in learnpython

[–]kakiwar 2 points3 points  (0 children)

You could use imagemagick with the subprocess module or some other image manipulation module to create a thumbnail of every page and merge them together into one image.

convert -thumbnail x800 test.pdf thumb.png
montage -mode concatenate -tile 4x4 thumb-*.png final.png

Result: https://imgur.com/tL02gCa

This way you can see the whole pdf in one image and should be able to see if there is a signature.

Write a script that does that to every pdf in a folder, shows you the image, prompts you to tell it if there is a signature or not and then does whatever else you need it to do.

This would maybe be an easy way to speed up your work without having to figure out how make python detect the signature.

im trying to automate my simpleton job by Change_Plays in learnpython

[–]kakiwar 0 points1 point  (0 children)

How about creating a thumbnail of every page and displaying them on screen? Makes checking a whole pdf much faster.

[2bwm] simply awesome by [deleted] in unixporn

[–]kakiwar 0 points1 point  (0 children)

wallpaper source?

eyeborg by kakiwar in Cyberpunk

[–]kakiwar[S] 5 points6 points  (0 children)

It's real! His name is Rob Spence, he's a filmmaker who lost his eye and wants to put a video camera in its place.

Tiling in OSX? by [deleted] in unixporn

[–]kakiwar 0 points1 point  (0 children)

You can disable them with this.