mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-20 04:06:25 +01:00
private requests, feedback, results, zaps
This commit is contained in:
@@ -25,9 +25,9 @@ class TextExtractionPDF(DVMTaskInterface):
|
||||
TASK: str = "pdf-to-text"
|
||||
COST: int = 0
|
||||
|
||||
def __init__(self, name, dvm_config: DVMConfig, nip89config: NIP89Config, admin_config: AdminConfig = None, options=None):
|
||||
self.init(name, dvm_config, admin_config, nip89config)
|
||||
self.options = options
|
||||
def __init__(self, name, dvm_config: DVMConfig, nip89config: NIP89Config,
|
||||
admin_config: AdminConfig = None, options=None):
|
||||
super().__init__(name, dvm_config, nip89config, admin_config, options)
|
||||
|
||||
|
||||
def is_input_supported(self, input_type, input_content):
|
||||
|
||||
Reference in New Issue
Block a user