-
Notifications
You must be signed in to change notification settings - Fork 54
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
Accept docx and doc files #384
Comments
I think it would be good to detail how we would configure the doc/docx conversion service. I think the assumption here is that there might be an instance of the learningequality/microwave service running on an accessible IP address (either online or locally) - so if you used a File of this kind, it would check if this service was available and otherwise fail. Because we can't use the file type without this conversion, I don't think the option to convert is necessary, this |
There is 2 options that i will explore.
|
I think 1) might be too difficult to achieve within the confines of a Python package, but definitely worth a little bit of investigation. |
Description
Currently what i find out is that our last version of ricecooker ( develop branch ) do not support doc files. So we got one repo that can convert them but the problem is that you need to start docker and send post method to this service. Also this means that first you need to download all files and then convert it and then put it in ricecooker node > files.
What my Idea is:
What my idea is to use function in ricecooker with flag that if flag is True to convert files from one extension to another. And this to be made automatically in ricecooker without downloading first files locally and then to convert it.
In this function we need to implemented this new idea.
Files > write_path_to_filename or in download.
The text was updated successfully, but these errors were encountered: