UNPKG
pdftohtmljs_uwazi
Version:
latest (0.3.7)
0.3.7
PDF to HTML (pdf2htmlex) shell wrapper
fagbokforlaget/pdftohtmljs
pdftohtmljs_uwazi
/
index.js
5 lines
(3 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = process.env.
PDFTOHTML_COV
?
require
(
'./lib-cov/pdftohtml'
) :
require
(
'./lib/pdftohtml'
);