Changeset 434:44ccb7bd0938 in documentViewer for documentViewer.py


Ignore:
Timestamp:
Feb 24, 2011, 1:55:28 PM (13 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r432 r434  
    767767            textUrl = getTextFromNode(textUrls[0])
    768768            docinfo['textURLPath'] = textUrl
     769            textUrlkurz = string.split(textUrl, ".")[0]
     770            docinfo['textURLPathkurz'] = textUrlkurz
    769771            #if not docinfo['imagePath']:
    770772                # text-only, no page images
Note: See TracChangeset for help on using the changeset viewer.