We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cac1e39 + 4f0ba57 commit 63642ebCopy full SHA for 63642eb
lib/docsplit/pdf_extractor.rb
@@ -52,13 +52,15 @@ def office_search_paths
52
/Applications/OpenOffice.org.app/Contents
53
)
54
else # probably linux/unix
55
+ # heroku libreoffice buildpack: https://github.com/rishihahs/heroku-buildpack-libreoffice
56
search_paths = %w(
57
/usr/lib/libreoffice
58
/usr/lib64/libreoffice
59
/opt/libreoffice
60
/usr/lib/openoffice
61
/usr/lib64/openoffice
62
/opt/openoffice.org3
63
+ /app/vendor/libreoffice
64
65
end
66
search_paths
0 commit comments