-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add differ for word docs? #7
Comments
I would guess that handling |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in seven days if no further activity occurs. If it should not be closed, please comment! Thank you for your contributions. |
This is more of a long-term idea. Would be great to have someone jump in and take a cut at it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in seven days if no further activity occurs. If it should not be closed, please comment! Thank you for your contributions. |
Keeping this open as a call for contributions. We probably don’t have the capacity for this right now, but if you’re interested in diffing and would like to take a shot at writing a function that can diff |
We don’t have a lot of Word docs in our DB, but there are a few and Analysts have noted that they are a pain. That said, we aren’t any worse than the existing tool (Versionista), plus we can do edgi-govdata-archiving/web-monitoring-ui#186, so this isn’t a high priority.
I don’t know if there are any great Linux tools out there for rendering a
.doc
file, but there certainly a few libraries that can handle.docx
, like Mammoth: https://github.com/mwilliamson/python-mammoth, which can convert to HTML, Markdown, or plain text, any of which we could then diff with existing algorithms.We could also use a service like Zamzar to convert, then diff.
The text was updated successfully, but these errors were encountered: