Skip to content

Commit

Permalink
Merge pull request #57 from ZEISS/overview-update
Browse files Browse the repository at this point in the history
Updated App Examples Overview (AppExamples/README.md) (main)
  • Loading branch information
mprinkezs authored Aug 27, 2024
2 parents 57c836d + d0da43a commit 5e3f178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AppExamples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

|                         App                         |                                     Description                                     | Example Projects | References |        Tags        |
| --- | ----------- | ---------------- | ---------- | ---- |
| <a id="ResourceAccessExample">ResourceAccessExample</a><br>[view](script_resources/ResourceAccess/doc/Documentation.md) / [download](https://software-store.zeiss.com/products/apps/ResourceAccessExample) | Accessing an image as an App based resources | | [API](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/resource_api.html)<br> | [![Static Badge](https://img.shields.io/badge/resources-blue)](#resources)<br>[![Static Badge](https://img.shields.io/badge/image--widget-blue)](#image-widget)<br> |
| <a id="ResourceAccess">ResourceAccess</a><br>[view](script_resources/ResourceAccess/doc/Documentation.md) / [download](https://software-store.zeiss.com/products/apps/ResourceAccess) | Accessing an image as an App based resources | | [API](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/resource_api.html)<br> | [![Static Badge](https://img.shields.io/badge/resources-blue)](#resources)<br>[![Static Badge](https://img.shields.io/badge/image--widget-blue)](#image-widget)<br> |
| <a id="ScriptResources">ScriptResources</a><br>[view](script_resources/ScriptResources/doc/Documentation.md) / [download](https://software-store.zeiss.com/products/apps/ScriptResources) | A simple example showing the usage of script resources. | | [HowTo](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/using_script_resources.html)<br>[API](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/resource_api.html)<br> | [![Static Badge](https://img.shields.io/badge/resources-blue)](#resources)<br> |

## scripted_actuals &mdash; Building custom actual elements with Python code
Expand Down Expand Up @@ -178,7 +178,7 @@
### <a name="image-widget"></a>![Static Badge](https://img.shields.io/badge/image--widget-blue)

* [DisplayImage](#DisplayImage)
* [ResourceAccessExample](#ResourceAccessExample)
* [ResourceAccess](#ResourceAccess)
* [TextDetection](#TextDetection)


Expand Down Expand Up @@ -244,7 +244,7 @@

### <a name="resources"></a>![Static Badge](https://img.shields.io/badge/resources-blue)

* [ResourceAccessExample](#ResourceAccessExample)
* [ResourceAccess](#ResourceAccess)
* [ScriptResources](#ScriptResources)


Expand Down

0 comments on commit 5e3f178

Please sign in to comment.