You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* PDF Reader - Addressed snyk vulnerability
* Update requirements.txt
* Update requirements.txt
* Update requirements.txt
* updated version history
* Bumping SDK to the latest version
Copy file name to clipboardExpand all lines: plugins/pdf_reader/bin/komand_pdf_reader
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ from sys import argv
6
6
7
7
Name="PDF Reader"
8
8
Vendor="rapid7"
9
-
Version="1.0.4"
9
+
Version="1.0.5"
10
10
Description="PDF Reader is a plugin for extracting text from a PDF file. This plugin utilizes a Python package called [pdfplumber](https://pypi.org/project/pdfplumber/)"
Copy file name to clipboardExpand all lines: plugins/pdf_reader/help.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# Description
2
2
3
-
PDF Reader is a plugin for extracting text from a PDF file.
4
-
5
-
This plugin utilizes a Python package called [pdfplumber](https://pypi.org/project/pdfplumber/)
3
+
PDF Reader is a plugin for extracting text from a PDF file. This plugin utilizes a Python package called [pdfplumber](https://pypi.org/project/pdfplumber/)
6
4
7
5
# Key Features
8
6
@@ -75,6 +73,7 @@ Example output:
75
73
76
74
# Version History
77
75
76
+
* 1.0.5 - Updated dependencies | Updated SDK to the latest version (6.4.1)
78
77
* 1.0.4 - Bumping requirements.txt | SDK Bump
79
78
* 1.0.3 - Updated version of Pillow used. Updated to use latest SDK and refreshed with latest tooling.
80
79
* 1.0.2 - Fix extracting text from PDF in Extract Text action | Update to use the `insightconnect-python-3-38-plugin:4` Docker image | Code refactor | Add input example in plugin spec and help.md
0 commit comments