Skip to content

Commit 16fc6a9

Browse files
committed
For the time being, setting language should turn off cleaning.
1 parent 64eb2b2 commit 16fc6a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/docsplit/command_line.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def parse_options
9696
end
9797
opts.on('-l', '--language [LANGUAGE]', 'set the language (ISO 639-2/T code) for text extraction') do |l|
9898
@options[:language] = l
99+
@options[:clean] = false
99100
end
100101
opts.on('-r', '--rolling', 'generate images from each previous image') do |r|
101102
@options[:rolling] = true

0 commit comments

Comments
 (0)