diff --git a/src/python/run_correctxml.py b/src/python/run_correctxml.py
index 917e6cedc2a51814c45ab35142b2ffb7de0255a8..59ca49d2f6e53a12197bf9d24b7fede7baf92463 100644
--- a/src/python/run_correctxml.py
+++ b/src/python/run_correctxml.py
@@ -37,6 +37,9 @@ name_tar_file = input_file.split('/')[-1].split('.tar.gz')[0]
 print(input_file)
 comm = 'git lfs pull -I ' + input_file
 utils_proc.call_with_out(comm)
+input_file_pdf = input_file.split('/')[:-1] + '/00_rawpdfs.tar.gz'
+comm = 'git lfs pull -I ' + input_file_pdf
+utils_proc.call_with_out(comm)
 
 files_proc, _ = utils_proc.get_list(year_tocomp, folder_database, name_tar_file)