Commit eb8b9bf1 authored by Cervinko Cera's avatar Cervinko Cera

Fix for missing metadata in pdf files

parent ae1ecf65
......@@ -70,7 +70,6 @@ def pdf_meta(tmp_file_path, original_file_name, original_file_extension):
doc_info = None
if (doc_info is not None):
print doc_info
author = doc_info.author if doc_info.author is not None else "Unknown"
title = doc_info.title if doc_info.title is not None else original_file_name
subject = doc_info.subject
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment