You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems reasonable. Do you have something I can put in? I don't have access to the office at the moment and don't have Eclipse set up at home. Remote desktop is sluggish and I can only do minimal tasks
The current implementation of the
--resolve-dir
option prefixes an image path passed on the command line unconditionally:prima-page-viewer/src/org/primaresearch/page/viewer/PageViewer.java
Lines 72 to 73 in ad75ac2
This is not correct IMHO: On the command line, relative paths should resolve to the CWD, and absolute paths should not be prefixed by anything.
In contrast, image paths parsed from the XML are already prefixed correctly:
prima-page-viewer/src/org/primaresearch/page/viewer/dla/XmlDocumentLayoutLoader.java
Lines 72 to 74 in ad75ac2
The text was updated successfully, but these errors were encountered: