From 8273983a9728342fa23506a4e2892263a1b68fd7 Mon Sep 17 00:00:00 2001 From: an1018 <614803115@qq.com> Date: Wed, 12 Oct 2022 21:32:31 +0800 Subject: [PATCH] add_pdf2docx_api --- ppstructure/recovery/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ppstructure/recovery/requirements.txt b/ppstructure/recovery/requirements.txt index 4e4239a1..d67e0a95 100644 --- a/ppstructure/recovery/requirements.txt +++ b/ppstructure/recovery/requirements.txt @@ -2,4 +2,5 @@ python-docx PyMuPDF==1.19.0 beautifulsoup4 fonttools>=4.24.0 -fire>=0.3.0 \ No newline at end of file +fire>=0.3.0 +pdf2docx==0.0.0 \ No newline at end of file -- GitLab