mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-22 00:52:42 -05:00
Sonar suggestions
This commit is contained in:
@@ -109,6 +109,5 @@ class RemoteDocumentParser(RasterisedDocumentParser):
|
||||
"No valid remote parser engine is configured, content will be empty.",
|
||||
)
|
||||
self.text = ""
|
||||
return
|
||||
elif self.settings.engine == "azureai":
|
||||
self.text = self.azure_ai_vision_parse(document_path)
|
||||
|
Reference in New Issue
Block a user