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