Skip to content

Extracts ISBN numbers from PDF files. Very experimental.

License

Notifications You must be signed in to change notification settings

amigatomte/isbnx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

isbnx

Extracts ISBN numbers from PDF files. Very experimental.

This program tries to extract a ISBN number from each PDF file in the current directory. It downloads metadata associated with the ISBN number and tags the pdf file with it. Then it moves the processed file to the "_ISBNX_complete" subdirectory.

You can process the files in parallel by using the --proc option.

isbnx.pl [--proc NUMBER_OF_PROCESSES] <filename> [filename2 [...]] 

Example:

isbnx.pl --proc 5 *.pdf

Needs to be in path:

Tested with: ActivePerl v5.26.3 on MS Windows 8.1. It can be made to work on Unix/Linux with some small modifications.

About

Extracts ISBN numbers from PDF files. Very experimental.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages