chg: [qrcode] extract qrcode content from images and screenshots + qrcode object + correlation

This commit is contained in:
terrtia 2024-10-01 15:12:15 +02:00
parent a199148ca7
commit 9f45202658
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0
28 changed files with 1314 additions and 69 deletions

View file

@ -1,7 +1,7 @@
######## IMPORTERS ########
[Crawler]
publish = Importers,Tags
publish = Importers,Tags,Images
[ZMQModuleImporter]
publish = Importers
@ -29,7 +29,7 @@ publish = Importers,Tags
[Global]
subscribe = SaveObj
publish = Item,Image
publish = Item,Image,Images
######## ITEM + MESSAGE ########
@ -156,7 +156,7 @@ publish = Tags
#[Sync_module]
#publish = Sync
######## IMAGE ########
######## IMAGE ######## image
[Exif]
subscribe = Image
@ -166,6 +166,12 @@ publish = Tags
subscribe = Image
publish = Item
######## IMAGES ######## images + screenshots
[QrCodeReader]
subscribe = Images
publish = Item,Tags
######## CORE ########
[Tags]