Thanks a lot! This helped me a great deal. I was wondering if there is a way to have python extract specific bits of information from a pdf (like only the name and id-number for example)
Thanks a lot.! ❤ I have one scenario I need to change the text and cloud colour from red(rgb:255,0,0) to black(rgb:0,0,0) in pdf and save the pdf as separate file.?! Can we able to do that and can you guide us on that in python code?!
Hello thanks for the good video. but I am trying to solve a problem. as I am dyslexic and have several pages scanned into several pdf documents that I need to have ocr scanned and are scanned in crookedly. can you help with a payton script that can help with this.
When I try to import pypdf I am dealing with this error: from typing import ChainMap as ChainMapType ImportError: cannot import name 'ChainMap'. What can i do to solve it?
thanks!
Thanks a lot! This helped me a great deal.
I was wondering if there is a way to have python extract specific bits of information from a pdf (like only the name and id-number for example)
Yes, you can use regular expressions to do that.
Thanks a lot.! ❤ I have one scenario I need to change the text and cloud colour from red(rgb:255,0,0) to black(rgb:0,0,0) in pdf and save the pdf as separate file.?! Can we able to do that and can you guide us on that in python code?!
thanks this helped me
Hello
thanks for the good video.
but I am trying to solve a problem.
as I am dyslexic and have several pages scanned into several pdf documents that I need to have ocr scanned and are scanned in crookedly.
can you help with a payton script that can help with this.
When I try to import pypdf I am dealing with this error: from typing import ChainMap as ChainMapType
ImportError: cannot import name 'ChainMap'. What can i do to solve it?
How to extract only the vocabulary from dictionary pdf file?