mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 14:33:37 +02:00
...
This commit is contained in:
parent
30212404de
commit
9088903f4c
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ def convert(self, stream, options, file_ext, log,
|
|||
elif options.paragraph_type == 'print':
|
||||
txt = separate_paragraphs_print_formatted(txt)
|
||||
elif options.paragraph_type == 'unformatted':
|
||||
print "unwrapping lines using heuristics"
|
||||
from calibre.ebooks.conversion.utils import HeuristicProcessor
|
||||
# unwrap lines based on punctuation
|
||||
docanalysis = DocAnalysis('txt', txt)
|
||||
|
|
|
|||
Loading…
Reference in a new issue