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