From afe4349619938b03840c054aa6889da229791354 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Fri, 20 Dec 2013 14:15:38 +0100 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 12a1bcc..6ccb26d 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,11 @@ The `Article` contains following fields: - `List` **Images** (contains all images found in the text) - `string` **NextPage** (contains the next page URI, if available) +### Article Image + +- `Uri` **Uri** +- `string` **Title** (extracted from the title attribute) +- `string` **AlternativeText** (extracted from the alt attribute) ## Supported platforms