Skip to content

Commit

Permalink
Fixing missing pdf.js in the grobid-service jar and docker image #405
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Mar 12, 2019
1 parent f547dee commit ac4959b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
<script type="text/javascript" src="web/pdf_link_service.js"></script>
<script type="text/javascript" src="web/annotation_layer_builder.js"></script>

<script type="text/javascript" src="build/pdf.js"></script>
<script type="text/javascript" src="build_/pdf.js"></script>
<script type="text/javascript">
// URL of PDF document
var url = "http://mozilla.github.io/pdf.js/web/compressed.tracemonkey-pldi-09.pdf";
Expand Down

0 comments on commit ac4959b

Please sign in to comment.