mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-09-09 16:42:41 +00:00
chg: [qrcode] extract qrcode content from images and screenshots + qrcode object + correlation
This commit is contained in:
parent
a199148ca7
commit
9f45202658
28 changed files with 1314 additions and 69 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue