-
Notifications
You must be signed in to change notification settings - Fork 541
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
Comments
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. Here is an example.
Here is a file with this type of metadata. Is there some way to get the DC metadata? |
@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. |
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 :) |
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
The text was updated successfully, but these errors were encountered: