Skip to content

Commit 535bc86

Browse files
committed
Fix issues in pdf.py and make sure dependencies are correct.
1 parent 6abeda7 commit 535bc86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ pyyaml==5.4.1
44
python-coveralls
55
pytest-cov<2.6
66
memory_profiler
7+
beautifulsoup4==4.13.3

tika/pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
import .tika.parser
19+
from tika import parser
2020
from io import StringIO
2121
from bs4 import BeautifulSoup
2222

0 commit comments

Comments
 (0)