From 88b959391f3881ab9c596df3237aa182019aea0a Mon Sep 17 00:00:00 2001 From: Shebin Date: Sat, 18 Dec 2021 08:11:46 +0800 Subject: [PATCH] updated docs with new link for updated download dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5666160..4d3487e 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,6 @@ Sometimes downloading the dependencies might be too slow or unable to download i ```bash cd node_modules/pdf2html/vendor # These URLs come from https://github.com/shebinleo/pdf2html/blob/master/postinstall.js#L6-L7 -wget https://dlcdn.apache.org/pdfbox/2.0.24/pdfbox-app-2.0.24.jar -wget https://dlcdn.apache.org/tika/2.1.0/tika-app-2.1.0.jar +wget https://dlcdn.apache.org/pdfbox/2.0.25/pdfbox-app-2.0.25.jar +wget https://dlcdn.apache.org/tika/2.2.0/tika-app-2.2.0.jar ```