-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wanting to add pdf to audio convertor #29
Comments
Please assign this to me |
@ShubhamZoro how are you going to implement this feature?? Can you elaborate it further?? |
Well, we will ask a user to tell the name of the pdf. But there is one thing pdf name must be in small or capital. So that we can change the text we get from the user accordingly. If there are any suggestions please tell me. |
With GUI, we can. |
hey @Umesh-01 i want to contribute to your project please assign me this issue!! under GSSOC'22 !!! i am going to use ibm api |
To achieve this, we have to keep all the pdf files in one directory and by providing the path of that directory to PA we can access them. But, it makes this feature limited to a particular directory and in real life we can have our pdf's anywhere in the computer. That's the problem. |
It's a good idea. @solletravinder for this we have to select the file manually, don't we?? There comes another problem why we are using the assistant if we have to do something manually. We should try to minimize the usage of PC manually. I think we have to find a global path or something from where we can access all the files and directories inside our PC with that we will provide the extension (.pdf) of files so that the PA can search for those specific files in all the directories if it exists. |
@Umesh-01 Can we store the location folder path of those PDFs with some unique name in a dictionary variable? place of setting paths can be in environment variable. (python-dotenv library) |
Can we create a command to set paths for Documents/media, etc? This we can store as a constant. |
I am not aware of |
Yeah if you want to set a centralized path. |
It will convert pdf book into an audio book
The text was updated successfully, but these errors were encountered: