Bugs item #2928470, was opened at 2010-01-08 11:37 Message generated for change (Tracker Item Submitted) made by dischead You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2928470...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: other Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Larry Gilbert (dischead) Assigned to: Nobody/Anonymous (nobody) Summary: Patch I submitted for djvutext.py was not applied correctly
Initial Comment: In ID 2927811, I submitted a patch to djvutext.py so that it would call DjVuLibre's djvutxt binary with correct command-line options.
A change was checked into Subversion (r7865). However, this change was incorrect. It's possible that the edit was made by hand rather than applying the patch I provided.
The "--page" option to djvutxt must have a space instead of an equals sign between itself and the page number. If an equals sign is there, djvutxt will ignore the option and dump ALL text in the given DjVu file. This is likely to cause incorrect behavior in djvutext.py.
So all that's needed is to change the equals sign to a space. I'm attaching a new patch, but I think this can be done by hand. ;-)
Thanks!
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2928470...