This commit is contained in:
Believethehype
2023-11-21 14:22:34 +01:00
parent 645fff6284
commit 7abea2dbcd
8 changed files with 37 additions and 38 deletions

View File

@@ -18,7 +18,7 @@ Outputs: Text containing the extracted contents of the PDF file
class TextExtractionPDF(DVMTaskInterface):
NAME: str
NAME: str = ""
KIND: int = EventDefinitions.KIND_NIP90_EXTRACT_TEXT
TASK: str = "pdf-to-text"
COST: int = 20