Skip to content

Commit

Permalink
UPD
Browse files Browse the repository at this point in the history
  • Loading branch information
MALtUNEsmu committed Oct 6, 2023
1 parent 7595df9 commit 7b1a1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processing/qrcode_extractor/qr_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

class QrCodeExtractor(ProcessingModule):
name = "qr_extractor"
description = "Analyze files (via screenchot) and pictures (directly) to find QRcodes and decode them with two different libs."
acts_on = ["png", "pdf", "word", "html", "excel", "powerpoint"]
description = "Analyze files (via docement preview) to find QRcodes and decode them with two different libs."
acts_on = ["png","jpg","jpeg", "pdf", "word", "html", "excel", "powerpoint"]
triggered_by = "document_preview"
config = [
{
Expand Down

0 comments on commit 7b1a1b8

Please sign in to comment.