Hi, I'm looking for a way to batch process some documents including Bates numbering. What I need to do is take a group of files named EG 1F.pdf, 2F.pdf, etc.
then:
perform OCR
Bates number with a footer of the form 1F/ 1 of N, 2F/ 2 of N, etc.
It seems like this should be relatively easy to do with a little Javascript involvement, unfortunately my javascript chops are 10 years out of date.
Any help?