-
Notifications
You must be signed in to change notification settings - Fork 30
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
error in the output with a document in pdf #4
Comments
What OS, Python & Pdfminer do you use? |
pdfminer (20140328)
python2.7
Debian Stretch
2017-02-08 23:59 GMT+01:00 hellpanderrr <[email protected]>:
… What OS, Python & Pdfminer do you use?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB-Tv9NF6eak6xLHSP9xnh2JylOSlx7mks5rakjFgaJpZM4L7eJC>
.
--
Lionel Van Winnendaele
|
I like your idea about PDF parsing it is great idea
More and more jobboard use that in Belgium
2017-02-09 0:40 GMT+01:00 Lionel Van Winnendaele <[email protected]
…:
pdfminer (20140328)
python2.7
Debian Stretch
2017-02-08 23:59 GMT+01:00 hellpanderrr ***@***.***>:
> What OS, Python & Pdfminer do you use?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#4 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AB-Tv9NF6eak6xLHSP9xnh2JylOSlx7mks5rakjFgaJpZM4L7eJC>
> .
>
--
Lionel Van Winnendaele
--
Lionel Van Winnendaele
|
I tried to reproduce this on Win7 and Ubuntu -- can't get the error. |
Traceback (most recent call last):
File "pdf.py", line 306, in <module>
main(args)
File "pdf.py", line 220, in main
filelist = getfilelist(input_folder, '.pdf')
File "pdf.py", line 56, in getfilelist
for i in os.walk(path.decode('utf-8')).next()[2]:
StopIteration
Traceback (most recent call last):
File "pdf.py", line 306, in <module>
main(args)
File "pdf.py", line 220, in main
filelist = getfilelist(input_folder, '.pdf')
File "pdf.py", line 56, in getfilelist
for i in os.walk(path.decode('utf-8')).next()[2]:
StopIteration
2017-02-09 20:14 GMT+01:00 hellpanderrr <[email protected]>:
… I tried to reproduce this on Win7 and Ubuntu -- can't get the error.
Could you try to look what is in the return of get_name(objs)?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB-Tv7VUhE3vZdGlh0imBNnDG-GFIQCYks5ra2WrgaJpZM4L7eJC>
.
--
Lionel Van Winnendaele
|
` File "pdf.py", line 110 ` code is not working. please provide more documentation... thank you |
@abubakarmani1 python3 does not support |
python pdf.py -i PDFs-for-test -o output.txt
The text was updated successfully, but these errors were encountered: