Closed Isaiah512 closed 1 week ago
Hi, I can help with this! I've already cloned the repo and made some improvements to accept file paths from cli arguments or through user prompts (instead of the hard coded "file_path").
For .ppt support, we have two possible approaches:
I plan to implement the first approach using python-pptx since it's simpler and more portable across different operating systems. Would you like me to proceed with it?
Got it to work with ppt:
However there's one little problem with it, i used unoconv
(on linux) which is depreciated and i don't wanna install unoserver (its successor)... so im trying to implement an auto converter (which tries using:
as for windows it would require powerpoint for conversion...
Thank you! Please go ahead with this approach
Alright, I'll clean up the code and send the pr in few hrs.
I would like to request the addition of a feature that allows the application to extract text from PowerPoint files (.ppt and .pptx), in addition to the existing PDF functionality.