# Find Seal

Searching for seals in the image.

<table data-header-hidden><thead><tr><th width="295.6500244140625" valign="top"></th><th width="322.449951171875" valign="top"></th></tr></thead><tbody><tr><td valign="top">Original Image</td><td valign="top">[Text] Name and path to the file with the original image.</td></tr><tr><td valign="top">Seal Type</td><td valign="top">Seal type. Possible values: Circle - round seal.</td></tr><tr><td valign="top">Seal Color</td><td valign="top"><p>Seal color. Possible values:</p><ul><li>Auto - search for seals of multiple colors simultaneously;</li><li>Blue - blue seal;</li><li>Red - red seal;</li><li>Custom - custom color range.</li></ul><p>When selecting the Custom value, you must specify the desired color range in the "Custom Color" property in HSV format: <code>H1-H2;S1-S2;V1-V2</code>.</p></td></tr><tr><td valign="top">Custom Color</td><td valign="top"><p>When selecting the Custom value in the "Seal Color" property, you must specify your color range in this property.</p><p>The color format is specified in HSV:</p><p><code>H1-H2;S1-S2;V1-V2</code>.</p></td></tr><tr><td valign="top">Alternative Method</td><td valign="top">When enabled, an alternative method for searching seals will be used.</td></tr><tr><td valign="top">X Coordinate</td><td valign="top">[Number] X coordinate of the found seal.</td></tr><tr><td valign="top">Y Coordinate</td><td valign="top">[Number] Y coordinate of the found seal.</td></tr><tr><td valign="top">Number of Seals</td><td valign="top">[Number] Returns the number of found seals. The coordinate values <code>X,Y</code> correspond to the first seal.</td></tr><tr><td valign="top">Areas</td><td valign="top">[Array of rectangles] Array of areas with seals. Each area is a rectangle with properties <code>X, Y, Width, Height</code>.</td></tr><tr><td valign="top">Error Processing Level</td><td valign="top"><p>Select the error processing level. Possible values:</p><ul><li>"Default" - default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are processed.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that blocks will output during operation. Possible values:</p><ul><li>"Default" - default;</li><li>"Release" - output is disabled;</li><li>"Debug" - outputs main information;</li><li>"Detailed" - outputs detailed information.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>


---

# 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.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/izobrazheniya/naiti-pechat-findstamponimage.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.
