Modules

photo

Photo checkmodule sample usage:

photo

Photo checkmodule sample usage:

- name: Analyse des {{len(children)}} Photos
  module: ref.common.checkmodules.photo
  props:
    file_pattern: exterieur*
    paxpar_photo_only: true
    date_range: 2 days
    date: {{ pdf.meta.date_chantier }}
    location:
        long: {{ pdf.meta.location.long }}
        lat: {{ pdf.meta.location.lat }}
        range: 3 km
    photo_edited_allowed: false
    show_nodes:
    - exif_date
    - exif_author

examples

TODO