Adding Images to Intervention Reports with Ermeo
Ermeo allows you to edit your intervention reports, including the ability to display images in your desired format.
How to Use This Feature
Using Ermeo, you can customize your reports, which can be in Word or Excel format. To insert data from interventions into your reports, we use a tagging system. To display images in your reports, we rely on this system.
To retrieve these tags, there are two methods:
- Each element (widget) in your form has a tag. You can click on the tag button to retrieve it.
- Each form has a configuration file. This file contains all the tags for the elements in your form and can be found in the Custom Reports tab of your form.


What Makes Image Tags Different?
You can customize the size of the images in your report. The desired size in pixels must be added to the tag. To do this, add ":image-widthxheight" after the tag and before ##.
Examples:
- ##task_ref:image-300x300## for an image of 300x300 pixels.
- ##task_ref:image-x100## displays the image with a height of 100 pixels and proportional width.
- ##task_ref:image-100x## displays the image with a width of 100 pixels and proportional height.
How to Display Photos in Your Reports
Context: Create a form so that an operator can take photos of anomalies encountered.
- In your form, drag and drop the Photo widget. Name it "Photo Anomaly".