> For the complete documentation index, see [llms.txt](https://docs.scribeware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scribeware.com/advanced-workflows/photo-captions-to-bullets.md).

# Photo Captions to Bullets

## Photo Captions to Bullets

The **Photo Captions to Bullets** feature is one of ScribeWare's most efficient tools for documenting multiple defects within a single inspection system. Instead of writing numerous repair comments or creating long, difficult-to-read paragraphs, inspectors can capture detailed observations on-site using photo captions and automatically convert them into a clean, organized bulleted list.

{% embed url="<https://www.youtube.com/watch?t=15s&v=OIKx7sMVn3Q>" %}

### Why Use Photo Captions to Bullets?

Many inspection report systems require inspectors to either:

* Create multiple individual repair comments for the same system, or
* Write lengthy narrative paragraphs that take more time to create and are harder for clients to read.

ScribeWare provides a faster approach by allowing inspectors to document each observation as they inspect and then combine those observations into a single professional narrative.

### How It Works

#### 1. Select a Parent Comment

Choose the main narrative that describes the overall condition or recommendation.

For example:

* Roof replacement recommended
* Major concern
* Architectural shingle roof

The parent comment includes the overall recommendation and introductory language such as:

> *Examples of specific observations noted during the inspection include:*

This creates the perfect location for detailed findings.

#### 2. Capture Photos During the Inspection

As each defect is found, take a photo and add a caption using voice-to-text.

Examples might include:

* Missing shingles
* Damaged flashing
* Active roof leak
* Exposed fasteners
* Moss growth

Since captions are dictated while inspecting, documenting each issue takes only seconds.

#### 3. Add Photos to the Comment

After the inspection (or even while still on-site), simply drag the relevant photos into the parent comment.

Photos can be reordered if desired, although many inspectors prefer to leave them in the order they were taken.

#### 4. Generate the Bullet List

With the cursor placed where the detailed observations should appear, click the **Photo Captions to Bullets** button.

ScribeWare automatically converts every photo caption into a clean, bulleted list beneath the parent narrative.

Instead of manually typing each observation, the report is built instantly from the work already completed during the inspection.

#### 5. Polish the Final Report

The generated list can be edited at any time.

Inspectors may choose to:

* Correct wording
* Improve grammar
* Add additional observations
* Rearrange bullet points
* Refine recommendations

Because the detailed observations have already been captured on-site, final editing usually takes only a few minutes.

### Example Workflow

In the demonstration, the inspector was asked to identify **every location where a roof was leaking**.

Instead of writing a lengthy report from memory back at the office, they:

* Selected a roof replacement comment.
* Captured photos of each leaking or damaged area.
* Added voice-to-text captions while inspecting.
* Dragged the photos into the roof comment.
* Clicked **Photo Captions to Bullets**.
* Instantly generated a comprehensive list of all observed roof defects.

The result was a detailed, easy-to-read report that required only minor proofreading before delivery.

### Benefits

* Significantly reduces report writing time.
* Captures observations while they are fresh.
* Encourages detailed documentation without additional typing.
* Produces reports that are easier for clients and agents to read.
* Eliminates the need for multiple repetitive repair comments.
* Makes it practical to document every observed defect, even on complex inspections.

***

This feature exemplifies ScribeWare's philosophy of **collecting granular inspection data quickly in the field while automatically assembling it into professional, client-friendly reports.** It allows inspectors to spend less time writing reports and more time performing inspections, without sacrificing detail or report quality.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.scribeware.com/advanced-workflows/photo-captions-to-bullets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
