# Image Analysis

### 1. Overview

<figure><img src="/files/Wt9u5GgaQpkSYOYuyJbm" alt=""><figcaption></figcaption></figure>

The Image Analysis feature allows users to upload visual content directly into the Power Omni chat. The integrated AI can now "see," interpret, and analyze images to provide insights, transcriptions, or technical explanations based on the visual data provided.

#### 2. How to Upload Images

Power Omni offers three convenient ways to upload your images for analysis:

* Attachment Menu: Click the paperclip icon in the chat bar, select Image, and choose the file from your device.
* Drag & Drop: Simply select an image file from your folder and drag it directly into the chat area.
* Copy & Paste (Ctrl + V): If you have taken a screenshot or copied an image from the web, simply click the text box and press Ctrl + V to paste the image instantly.

#### 3. Key Capabilities

* OCR (Text Extraction): Accurately extract text from screenshots, scanned documents, or photos.
* Visual Troubleshooting: Upload screenshots of error messages or system logs for instant AI diagnosis.
* Data Interpretation: Analyze charts, tables, and diagrams to summarize key metrics and information.
* Contextual Support: Provide visual context to your queries for more precise and relevant AI responses.

### 4. Supported Formats & Limits

* Formats: Standard image files (PNG, JPG, JPEG, WEBP).
* Visibility: The AI processes the image in real-time to answer your specific query.
* Multi-upload: You can upload multiple images to compare data or provide broader context for a single analysis.

### 5. Best Practices

* Clarity: Ensure images are not blurry and text is legible for better OCR results.
* Specificity: When uploading an image, be specific in your question (e.g., instead of "What is this?", try "Explain the workflow shown in this diagram").
* Privacy: Avoid uploading images containing sensitive personal credentials unless necessary for a secure support ticket.


---

# Agent Instructions: 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:

```
GET https://docs.poweromni.ai/en/user-portal/image-analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
