--- documentViewer/documentViewer.py 2011/02/18 11:21:46 1.168 +++ documentViewer/documentViewer.py 2011/02/24 13:55:28 1.169 @@ -766,6 +766,8 @@ class documentViewer(Folder): if textUrls and (len(textUrls) > 0): textUrl = getTextFromNode(textUrls[0]) docinfo['textURLPath'] = textUrl + textUrlkurz = string.split(textUrl, ".")[0] + docinfo['textURLPathkurz'] = textUrlkurz #if not docinfo['imagePath']: # text-only, no page images #docinfo = self.getNumTextPages(docinfo)