Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with multiple authors #79

Closed
sinnbeck opened this issue Aug 26, 2015 · 3 comments
Closed

Problem with multiple authors #79

sinnbeck opened this issue Aug 26, 2015 · 3 comments
Labels

Comments

@sinnbeck
Copy link

If a document has multiple authors then only the first one i retrieved.
The author field is setup as ; seperated (with a space as well).
Example
Jane Doe; John Doe

This will only retrieve Jane Doe.

I have not been able to find the error myself.

René Sinnbeck

@sinnbeck
Copy link
Author

I have done some research and it would seem that PDF Parser checks the /Author() tag in the file, where as my files uses Dublin Core so store the metadata.
http://www.pdfa.org/2011/08/pdfa-metadata-xmp-rdf-dublin-core/

Here is an example.

<dc:creator>
    <rdf:Seq>
    <rdf:li>Chad Cook</rdf:li>
    <rdf:li>Kenneth Learman</rdf:li>
    <rdf:li>Chris Showalter</rdf:li>
    <rdf:li>Vincent Kabbaz</rdf:li>
    <rdf:li>Bryan O'Halloran</rdf:li>
    </rdf:Seq>
</dc:creator>

Here is a file with this type of metadata.
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3663473/pdf/jmdh-6-197.pdf

Is there some way to get the DC metadata?

@k00ni
Copy link
Collaborator

k00ni commented Jul 6, 2023

@sinnbeck I know this issue is super old, but can you please test if latest master branch fixes this problem for you? That would be helpful.

@k00ni k00ni added the bug label Jul 6, 2023
@k00ni k00ni linked a pull request Jul 6, 2023 that will close this issue
@sinnbeck
Copy link
Author

sinnbeck commented Jul 6, 2023

I sadly dont work with the system from back then anymore, so I have no way of testing sadly. But I will close this thread as I am sure it is solved :)

@sinnbeck sinnbeck closed this as completed Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants