How to parse single pdf file on command line cermine?
Is it possible to parse a single pdf file (out of a folder containing multiple pdf files) with cermine?
I only found the -path option. Is there something like -file?
This would be great.
yupp I was also wondering that
You can just make a separate folder for the one pdf...
Well, yes of course. However, there are situations where you e.g. have a lot of PDFs that you want to process in multiple cermine instances (e.g. in docker) in parallel. For these kind of situations moving some PDFs to n different folders and then moving them back (as other subsequent tasks need them in a single folder) afterwards feels a little laborious. An option file would solve this nicely. I am not a Java programmer, otherwise I would have done it myself...