Комментарии:
thank you very much
ОтветитьIt cant read complex doc, like images, table
ОтветитьCan you please tell me?
How to extract text from pdf in a specified area of a page?
i got an error at cell 3. who can help me ?? AttributeError Traceback (most recent call last)
<ipython-input-19-92534fb72538> in <module>
----> 1 pdfread = p2.pdfFileReader(PDFfile)
AttributeError: module 'PyPDF2' has no attribute 'pdfFileReader'
When I ear you say PDFfile, cannot avoid to remember IT Crowd "Peter File" Beside that excellent video very well explained.
ОтветитьWhy not just use the linux package pdftotext
Ответитьwhy is my compiler saying 'no module named PyPDF2'? I need help please!
ОтветитьI didn't understand the connection between the title of video and the content
Ответитьi used the programm with different PDF files but sometimes it just returned blank spaces .Can someone help me out pleasee,
ОтветитьGreat tutorial. But I want to ask is there anyway we can autofill a fillable pdf form using python? Maybe using this or another library or package. I heard something like pdfform but I am looking for a tutorial. Thanks.
ОтветитьMay I know which software I used pls tell me n tell me installation instructions pls it's very imp fr me
ОтветитьVery helpful information. Thanks for sharing. Are you available for freelance work? I have an invoice extract project that requires converting PDF invoice datas (mainly line items in tables) to a csv or json file. Would love to discuss more if you are available and interested in working on the project.
ОтветитьHi. Thank you for the tutorial. How can I pull the text from an online pdf?
ОтветитьLets say I have a PDF of resume and want to extract specific data like name etc to auto fill a form, how should I do that..?
ОтветитьGreat tutorial. How would I extract/scrape a certain part of the pdf? Like with coordinates and is there a simple method to get coordinates in a pdf? new subscriber here.
ОтветитьNice, thanks for this tutorial. Good explanation, and nice flow. Any way to parse a pdf like a bank account into a Csv format ?
Ответитьhi how to print the entire pdf after i = i+1
ОтветитьThanks guy! I write this # -- coding: utf-8 -- but not read cyrillic text. Only reading number and latin letters. Help me
Ответитьsub comment ()
dim str as string
str= "Thank u 4 sharing this video!"
MsgBox str
end sub
Hi! Why print(x.extractText()) prints
˘ˇˆ˙˝ˇ˛˚ˆ˜ !ˇ"#˝ˇ˘$#˜
%˚$˘ˇ%##&ˇ˝˝'˛
(#˚$˘ˇ%˝ˇ˘$#)
˘ˇˆ˝˛˚ ˝˛˚˜ ˛
#$
%%%%%%%%%%%%%
%%%%%%%%%%%%%%%
&
'ˇ(((ˆ)*((
+ˇ((ˇ,-.ˇˇ/
ˇˇ/ˇ,
*++,-./
˚012
83
0913:
;
#44
:?
where is the mistake?
This tutorial is amasing. Thank You.
ОтветитьThis series is full of useful things, keep up the good work!
ОтветитьI am getting the output but it is all merged together. Eg "hello world" is outputed as "helloworld". Kinda stuck.
Ответить# extract pdf file
for i in range(pdfreader.getNumpages()):
print(pdfread.getPage(i).extractText())
is it better to use Python as Python , other this looks as Java (i love java) code .
Hey, so I tried this code out and I'm getting the following error:
python: can't open file 'pdf': [Errno 2] No such file or directory
Any idea how to fix this problem? I barely even understand what this means. Thanks in advance for the help friend.
I want to know how to decrypt pdf using pypdf2 that is protect with master password.
Ответитьhow to extract tabular data from pdf by using python camelot ??
ОтветитьSir i cannot get your mail id in about section. Can u please share it
Ответить