JSv4 / Python-Redlines

Docx tracked change redlines for the Python ecosystem.
MIT License
28 stars 7 forks source link

wrapper has no run_redlines method #2

Closed regstuff closed 3 months ago

regstuff commented 4 months ago

Kudos on a great project. This is one thing I've sorely missed in python - the ability to create track changed word docs. However, using the python wrapper like so: output = wrapper.run_redlines('AuthorTag', '/path/to/original.docx', '/path/to/modified.docx') throws an error saying wrapper has no run_redlines method.

Running the redlines.exe in the bin folder using subprocess works just fine, so right now I'm utilizing that, but would be nice to use the python wrapper.

JSv4 commented 3 months ago

Thanks @regstuff. I'll try to take a look this week.

JSv4 commented 3 months ago

Oh, also, do you mind sharing the details of your system env?

rishabh-sagar-20 commented 3 months ago

Is that a typo in the documentation? Since I can see a method in the package with the name run_redline

JSv4 commented 3 months ago

Yeah, should just be a typo in the markdown documentation. Updated the MD docs.