How to Move Files with Python
12:26
Merging PDFs in Python: The EASY Way
10:52
Пікірлер
@lucamarletta3468
@lucamarletta3468 6 күн бұрын
thanks bro! I managed a cryptography with ".docx" file and it worked well.
@bilalhasanjee4412
@bilalhasanjee4412 20 күн бұрын
Can you plaese proviude the code you wrote in Python? And the cmd prompt for installing the libraries?
@MishaSv
@MishaSv 20 күн бұрын
Here it is: pyshark.com/extract-images-from-pdf-using-python/
@nonnydube6430
@nonnydube6430 23 күн бұрын
Thank you so much for this, I struggled for weeks on end until i foud this Video.
@MishaSv
@MishaSv 23 күн бұрын
I'm glad it was helpful!
@nonnydube6430
@nonnydube6430 23 күн бұрын
It was God bless you for your kindness.🙏....
@nonnydube6430
@nonnydube6430 23 күн бұрын
I now have issues with scaling my tables to fit on one page when converted to pdf, they overpay.
@SAOE7
@SAOE7 Ай бұрын
Thank you pro ❤
@MishaSv
@MishaSv Ай бұрын
I'm glad you found it useful!
@-infofarmer7274
@-infofarmer7274 Ай бұрын
Thanks. helpful for ta.wikisource
@MishaSv
@MishaSv 16 күн бұрын
Glad it was helpful!
@pankajKushwaha085
@pankajKushwaha085 Ай бұрын
Thank you for this fantastic video on encryption and decryption! Your explanations were clear and insightful, making a complex topic easy to understand. I truly admire your ability to break down such intricate concepts so effectively. Keep up the great work!
@MishaSv
@MishaSv 23 күн бұрын
Glad it was helpful!
@tanmaychaturvedi8191
@tanmaychaturvedi8191 Ай бұрын
The thing is whether it is tabula Or camelot they don't read all the tables, I want to extract tables from research papers but my rag pipeline in which I have used tabula Or camelot for doing it fails in covering all the cases, so do we have any other solution.
@gregorydunks
@gregorydunks 2 ай бұрын
Hi I have one big table that carries on through each page but each page is technically it’s own table with new headers so is there anyway to append all of these tables in one file and remove the headers so that it becomes one long csv file with only one set of headers
@echo2net
@echo2net 2 ай бұрын
finally I understand it. THANK YOU!
@MishaSv
@MishaSv 23 күн бұрын
I'm happy it helped!
@gamesandtimers
@gamesandtimers 2 ай бұрын
how would you scrape if there are no <a> tags? such as a login page usually does not have an anchor tag instead a button for navigation.
@shahidshaikh4944
@shahidshaikh4944 2 ай бұрын
How to give colour coding to grades? Like if grade > 90 then green colour column and if less grade then, red colour
@generic-youtube-user
@generic-youtube-user 3 ай бұрын
hello @mishasv good stuff, but i face an issue when i try to do a URL to PDF. I get an error saying wkhtmltopdf failed because ContentAccessDenied. What can be causing this? Have you faced such issue earlier?
@madhavmore5649
@madhavmore5649 3 ай бұрын
Thanks it worked!
@MishaSv
@MishaSv 23 күн бұрын
Great!
@gvenagas
@gvenagas 3 ай бұрын
I found that by opening a pdf file with Mozilla Firefox and inspecting it with the developer tools you can collect its text (with the help of JavaScript) after the web browser has converted it to HTML and maybe save it for further processing with someone programming language.
@higiniofuentes2551
@higiniofuentes2551 3 ай бұрын
Thank you for this very useful video!
@alfredenglund
@alfredenglund 5 ай бұрын
shit tutorial, "files" you mean csv.
@san2sreshta
@san2sreshta 5 ай бұрын
how to handle if a single table is spanning over 2 pages?
@saviodemirandapereira4924
@saviodemirandapereira4924 5 ай бұрын
Hey, how can i solve this? No JVM shared library file (jvm.dll) found. Try setting up the JAVA_HOME environment variable properly.
@Vartos
@Vartos 15 күн бұрын
I have the same problem, you managed to find any solutions..?
@gabrielestrada6165
@gabrielestrada6165 5 ай бұрын
nice video! Do you think is possible to create a little code to import a PDF and have it exported with metadatas info in the name? Most of the times the pdf's name is not correct, so to overwrite it with the metadata would be wonderful
@path2ds863
@path2ds863 6 ай бұрын
I have a question if I may. I have a pdf with one table. The table is pretty large so it's stretched over 15 pages. I used your code to pull out the data into a csv. I got the following response: Java HotSpot(TM) 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled. Java HotSpot(TM) 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize= CodeCache: size=131072Kb used=7204Kb max_used=7204Kb free=123867Kb bounds [0x0000000300000000, 0x0000000300720000, 0x0000000308000000] total_blobs=2538 nmethods=2043 adapters=410 compilation: disabled (not enough contiguous free space left) /Users/mago/Work/pdf/venv/lib/python3.12/site-packages/tabula/io.py:1045: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead df[c] = pd.to_numeric(df[c], errors="ignore") I limited the request to one page only. However it did no good. I would really appreciate your insights on how to deal with that error. Best, M.
@path2ds863
@path2ds863 6 ай бұрын
you helped me a lot. Thx!
@MishaSv
@MishaSv 23 күн бұрын
Amazing!
@glenn8781
@glenn8781 6 ай бұрын
Getting JavaNotFoundError :(
@joymackey8218
@joymackey8218 6 ай бұрын
The only problem with encryption I tried it i encrypted a python script and tried running it it won't run it shows the encryption in cmd and invalid syntax
@FrederickWall-i4v
@FrederickWall-i4v 7 ай бұрын
Good
@MishaSv
@MishaSv 6 ай бұрын
Thank you!
@chelsyma3926
@chelsyma3926 7 ай бұрын
It was only able to extract some of the images. Why some images cannot be extracted?
@MishaSv
@MishaSv 7 ай бұрын
It depends on how the original PDF file was created. In some cases the Python code that's running is unable to detect images in a given PDF file.
@NN-nm3jw
@NN-nm3jw 7 ай бұрын
this extracts every page as image including text data.
@MishaSv
@MishaSv 7 ай бұрын
It depends on how the original PDF file was created. In some cases it could have been converted from an image for example, so when you try to extract images it will extract the whole page as image.
@khalidhussain5830
@khalidhussain5830 7 ай бұрын
After so many hours I found you and thankyou !!!
@MishaSv
@MishaSv 7 ай бұрын
I’m happy the tutorial is helpful!
@khalidhussain5830
@khalidhussain5830 7 ай бұрын
@@MishaSv Bro , I created Encryption and Decryption app by your idea, in this app I provide some functionality like you can encrypt and decrypt text not only just text you can encrypt and decrypt the file and message which appear your files has been saved, After creating that app I got 2nd position in my class on Science Exhibition Day, and I am really gladd thankyou so much , this tutorial really help me <<33
@MishaSv
@MishaSv 7 ай бұрын
⁠​⁠@@khalidhussain5830I’m happy it helped you! Subscribe to the channel and check out my other programming tutorials!
@ogfakii9187
@ogfakii9187 8 ай бұрын
Goat
@waynefitzpatrick4295
@waynefitzpatrick4295 8 ай бұрын
☺️ "PromoSM"
@spectrauniverse
@spectrauniverse 8 ай бұрын
I am building a python program to organize my files. This video came in really handy, thanks for the great explanations!
@fifietlili
@fifietlili 8 ай бұрын
Thanks a lot for this video! ❤
@alexeybolshakov5720
@alexeybolshakov5720 8 ай бұрын
More like this please 😊
@drivingapproach
@drivingapproach 8 ай бұрын
Good video! 👍
@drivingapproach
@drivingapproach 8 ай бұрын
More like this please 😏
@drivingapproach
@drivingapproach 8 ай бұрын
Lambda function 😊
@drivingapproach
@drivingapproach 8 ай бұрын
Very nice 👍
@MishaSv
@MishaSv 8 ай бұрын
Thank you!
@drivingapproach
@drivingapproach 8 ай бұрын
Learning Python from your videos little by little
@MishaSv
@MishaSv 8 ай бұрын
I'm glad you find it helpful!
@alexeybolshakov5720
@alexeybolshakov5720 8 ай бұрын
👍👌
@alexeybolshakov5720
@alexeybolshakov5720 8 ай бұрын
Neat and concise 👌
@MishaSv
@MishaSv 8 ай бұрын
Thank you!
@alexeybolshakov5720
@alexeybolshakov5720 8 ай бұрын
Nice video 👍
@MishaSv
@MishaSv 8 ай бұрын
Thank you!
@alexeybolshakov5720
@alexeybolshakov5720 8 ай бұрын
Nice short tutorials! 👍
@MishaSv
@MishaSv 8 ай бұрын
Thank you!
@drivingapproach
@drivingapproach 8 ай бұрын
Learning Python little by little from your tutorials 😊
@MishaSv
@MishaSv 8 ай бұрын
I'm happy you find my content useful!
@YohanceToye
@YohanceToye 8 ай бұрын
i have an issue "ModuleNotFoundError: No module named 'cryptography'" any chance you know how to solve this
@MishaSv
@MishaSv 7 ай бұрын
Have you installed the required module? If not, then open terminal and run: pip install cryptography
@TAKE_MOMENT96
@TAKE_MOMENT96 8 ай бұрын
2
@MishaSv
@MishaSv 8 ай бұрын
That's correct!
@TAKE_MOMENT96
@TAKE_MOMENT96 8 ай бұрын
5
@MishaSv
@MishaSv 8 ай бұрын
That's correct!
@admireANANTH
@admireANANTH 8 ай бұрын
Your video helped me a lot.. Absoultely nailed
@MishaSv
@MishaSv 8 ай бұрын
Thank you!
@jonelatendido9836
@jonelatendido9836 8 ай бұрын
Do I need to install visual code, I already installed the python and java, ?? please answer immediately,, Thank you <3
@MishaSv
@MishaSv 8 ай бұрын
No you don't. You can run the code as .py file from any editor or from terminal.
@RC-ql5lp
@RC-ql5lp 9 ай бұрын
Very concise but detailed explanation even for new Python user like me. Also the video is very easy to follow, and is organized logically. Very valuable 14 minutes I spent watching this. Thank You.
@MishaSv
@MishaSv 8 ай бұрын
Thank you!
@higiniofuentes2551
@higiniofuentes2551 3 ай бұрын
Thank you for this very useful video!
@higiniofuentes2551
@higiniofuentes2551 3 ай бұрын
Is going well too with tables without "lines"? Thank you!
@bhavikpunmiya9641
@bhavikpunmiya9641 9 ай бұрын
You Really Earned a subscriber bro, I have learned alot and surely gonna apply in projects
@MishaSv
@MishaSv 8 ай бұрын
Thank you!
@mariamalmutairi3044
@mariamalmutairi3044 9 ай бұрын
Thank you that's very helpful, i just have a question what if I have the same table repeated in multiple PDFs and I need to append them to one csv file
@MishaSv
@MishaSv 7 ай бұрын
If the PDF files are placed in the same folder, then you can iterate over multiple files, extract tables from each one, and then append them together.