Suppose I have given some journal paper in pdf format. I want to find out the title and Author List of the papers. How can I do that in shell scripts ?
相关问题
- How to get the return code of a shell script in lu
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Invoking Mirth Connect CLI with Powershell script
- Error building gcc 4.8.3 from source: libstdc++.so
I do not know if this works for your journal, it works on some pdf files:
I worked on a project where we had to do search's in the content of a pdf file. The process that we decided to use is the following one:
First we would convert the pdf file to an image with the following command:
And after the file has been created, we use the command below to create a txt file with the pdf's content.
You are probably going to have to change the
-l por
argument, because we use to do this for text's in portuguese.