Uses the AI based web service TagYour.Photos (TYP) to enrich the photo metadata based on the image content and extends the PicApport database with additional search fields (see example in the 3rd screenshot below).
Screenshots


Installation
see PicApport Add-on Installation Guide
Features
Name of the addon | TagYour.Photos (TYP) - Automatic tagging of photos |
---|
Type | Procedure and database extension |
---|
Description | Get additional meta data of the selected photos, which will be stored directly in the jpg file. It is important that no existing metadata (independent of the add-on) is changed or deleted (the different input parameters described below only refer to the data fields of the respective add-on). The newly acquired information is stored in a separate namespace in JSON format in the XMP segment of the photo metadata. TagYour.Photos uses an editorially maintained hierarchical German keyword structure. During indexing, PicApport uses this data to generate additional search fields. Languages Supported: |
---|
File name of the addon | pagpTagYourPhotos-x.x.x.zip (x.x.x indicates version) |
---|
In Windows Installer | No |
---|
Prerequisites | - PicApport server requires Internet access
- An API key is required.
The key can be obtained free of charge for 1000 photos (as of August 2020) at https://www.tagyour.photos.
|
---|
Required permission of PicApport-Users | - pap:editmeta:photo
Permission to edit photo metadata. (Title, description, date, etc.)
- pap:admin:addon:config
Permission to set configuration parameters of add-ons. The input parameters "Language", "API Key" and "Save current parameters as default" are only visible if the current user has this permission.
|
---|
Download page | https://www.picapport.de/en/add-ons.php |
---|
Input parameters | - Overwrite mode
Write only if empty Calls the web service only if no metadata has been determined for it Always overwrite Calls the web service and overwrites any existing metadata in the XMP segment no change (only testing) Calls the web service without writing the metadata into the photo Remove TYP metadata Deletes the already determined data in JSON format from the XMP segment of the jpg file Show TYP data of photos Displays the data already determined in JSON format.
- Should objects be detected
siehe TagYourPhotos Doku
- Should landmarks be detected
see TagYourPhotos documentation
- Should detected locations (gps or image)
see TagYourPhotos documentation
- Probability in percent
Defines the minimum probability from which PicApport takes over the determined keywords.
- Language
Requested language in which the metadata should be generated
- API-Key
This can be obtained free of charge for 1000 photos (as of August 2020) at https://www.tagyour.photos.
- Save current parameter values as defaults
If set, the current input values (including API ID) are stored as default values for future use. This can be used, for example, to hide the API key input from users who do not have addon administration rights.
- Analyze result
If set, the result of the TYP request is displayed for each photo.
|
---|
metadata | - XMP
picapport:tagyourphotos.de
- PicApport Addon ID
tagyourphotos.de
- Query all photos with OSM metadata:
addon:"tagyourphotos.de"
|
---|
PicApport Database fields and Operators | PicApport Field-Name | Type | Available in the global full text index | Index type | Visible In the metadata report | Description | Search examples |
---|
TagYourPhotos | String | YES | FULLTEXT (withWildcards) | YES | Content of all data fields determined by TYP | - Animals
(search in global full text index) - TagYourPhotos:Animals
(searches only in the TYP metadata) - TagYourPhotos:animals*
(looks for animals in all possible variants)
| typTags | String | YES | HIERARICAL (withWildcards)
| YES | All tags of the TYPE request that corresponds to the settings of the probability parameter. | - typtags:"animals|birds|parrots|arras"
- typtags:"animals|birds|*|arras"
| typLandmarks | String | YES | FULLTEXT (withWildcards) | YES | Data field "landmarks" of the TYPE request that corresponds to the settings of the probability parameter. | - typLandmarks:"Notre Dame"
| typCountry | String | YES | FULLTEXT (withWildcards) | YES | "country" of the TYPE request that corresponds to the settings of the probability parameter. | | typState | String | YES | FULLTEXT (withWildcards) | YES | "state" of the TYPE request that corresponds to the settings of the probability parameter. | - typState:pfalz
- typState:"rheinland-pfalz"
- typState:rhein*
| typCity | String | YES | FULLTEXT (withWildcards) | YES | "city" of the TYPE request that corresponds to the settings of the probability parameter. | - typCity:hamburg
- typCity:"Ludwigshafen am Rhein"
- typCity:*burg
| typDistrict | String | YES | FULLTEXT (with Wildcards) | YES | "district" of the TYPE request that corresponds to the settings of the probability parameter. | |
|
---|