-
How can I combine multiple images under different folders with a folder name? But the pdf files should be searchable pdf in desired language ie eng, fra, tur which is set in python code. I try to write the code with instructions on the internet or ChatGPT but non of them worked. Can you help to solve this problem, please? the pictures are located C:\Users\kazim.ates\Desktop\Newsletter\FullPages\20230319\ and I have 100 directories and all of the directories have pictures in them. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I'm really confused about your question : |
Beta Was this translation helpful? Give feedback.
-
the text is on the picture. Otherwise scan one newspaper. It is 40 pages and every page is scanned in a jpg format. the pages scanned ie 001.jpg, 002.jpg .... 040.jpg and it is into one directory ie c:\newspapers\20220323\20230323_newspapername\ |
Beta Was this translation helpful? Give feedback.
-
pypdf does not include any OCR => extract text from images will not be possible as said we are some volunteers. at least you should have look at #1660 |
Beta Was this translation helpful? Give feedback.
pypdf does not include any OCR => extract text from images will not be possible
to convert jpg to pdf, I recommend you to use PIL and then use pypdf to assemble them
as said we are some volunteers. at least you should have look at #1660