From c4939e02b80bf857419a257be316b5f87eae3445 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Thu, 28 May 2020 19:58:23 -0400 Subject: Implement per-image information and display. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7ec8b92..c18c66f 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Suppose we denote the following shape of JSON object as a `ImageResult`. "id": number, "filename": string, "thumb_filename": string, + "orig_filename": string, "tags": [string, ...], } ``` -- cgit v1.3