Skip to content

Commit 1a108e3

Browse files
committed
add example image
1 parent b97b420 commit 1a108e3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ minikube service summarize-service --url
104104

105105
**Description**: Upload a document (PDF or text file) and receive an AI-generated summary.
106106

107+
### Example
108+
109+
The API can process documents in multiple languages and generate summaries in English. Below is an example with a German train ticket PDF:
110+
111+
![API Example](data/example.png)
112+
*Example: Input PDF was a train ticket with text in German. The generated summary is in English.*
113+
107114
#### Example using curl:
108115
```bash
109116
curl -X POST "http://localhost:8000/summarize" \

data/example.png

262 KB
Loading

0 commit comments

Comments
 (0)