feat: avoid loop

This commit is contained in:
Florian Hönicke
2023-05-13 21:34:15 +02:00
parent f8f198ce43
commit 6201b4a942

View File

@@ -37,10 +37,15 @@ The executor name must fulfill the following criteria:
- only consists of lower and upper case characters - only consists of lower and upper case characters
- end with Executor. - end with Executor.
The output is a the raw string wrapped into ``` and starting with **name.txt** like this: The name is witten in the following format:
**name.txt** **name.txt**
``` ```
PDFParserExecutor <name here>
```
Example for: "Get a png as input and return a vectorized version as svg.":
**name.txt**
```
PngToSvgExecutor
```''' ```'''
) )