We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a106a51 commit 94eed8fCopy full SHA for 94eed8f
1 file changed
lib/docsplit/text_extractor.rb
@@ -16,7 +16,7 @@ class TextExtractor
16
17
NO_TEXT_DETECTED = /---------\n\Z/
18
19
- OCR_FLAGS = '-density 200x200 -colorspace GRAY'
+ OCR_FLAGS = '-density 400x400 -colorspace GRAY'
20
MEMORY_ARGS = '-limit memory 256MiB -limit map 512MiB'
21
22
MIN_TEXT_PER_PAGE = 100 # in bytes
0 commit comments