We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97b420 commit 1a108e3Copy full SHA for 1a108e3
README.md
@@ -104,6 +104,13 @@ minikube service summarize-service --url
104
105
**Description**: Upload a document (PDF or text file) and receive an AI-generated summary.
106
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
+
112
+*Example: Input PDF was a train ticket with text in German. The generated summary is in English.*
113
114
#### Example using curl:
115
```bash
116
curl -X POST "http://localhost:8000/summarize" \
data/example.png
262 KB
0 commit comments