Iterating over a dictionary of pdf files and their name and create a dictionary and put the name and corresponding text into it
I wrote the code as follws to extract one single pdf file and put the text into a list. how can I modify the code that it iterates over a dictionary of pdf files and their name and create a dictionary and put the name and corresponding text into it? dic = { ‘0R.pdf’:’m1′, ‘2R.pdf’:’m2′,… Read More Iterating over a dictionary of pdf files and their name and create a dictionary and put the name and corresponding text into it