Changeset 192:169a6fbf71ff in documentViewer
- Timestamp:
- Oct 5, 2010, 9:45:40 AM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r190 r192 136 136 xpath ='/count(//pb)' 137 137 text=self.getServerData("xpath.xql", "document=%sxpath=%s"%(docinfo['textURLPath'], xpath)) 138 logging.debug("documentViewer (text) text: %s"%(text)) 138 139 docinfo['numPages']=text.xpath 140 #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) 139 141 return docinfo 140 142
Note: See TracChangeset
for help on using the changeset viewer.