Remove the tokenizer post processing stage and instead run it where needed (Issue #1412)
This commit is contained in:
@@ -188,7 +188,6 @@ class GuiDocViewer(QTextBrowser):
|
||||
aDoc.doPreProcessing()
|
||||
aDoc.tokenizeText()
|
||||
aDoc.doConvert()
|
||||
aDoc.doPostProcessing()
|
||||
except Exception:
|
||||
logger.error("Failed to generate preview for document with handle '%s'", tHandle)
|
||||
logException()
|
||||
|
||||
Reference in New Issue
Block a user