From 4f284f51b667e3ddfa5ada305ea4d1c1219ecfa3 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Mon, 15 Apr 2024 21:50:34 -0700 Subject: [PATCH] docs: update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9478e3f..b47ffa7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Reader converts any URL to an **LLM-friendly** input with a simple prefix `https [![banner-reader-api.png](https://jina.ai/banner-reader-api.png)](https://jina.ai/reader) + +## Updates + +- **2024-04-15**: Reader now supports image reading! It captions all images at the specified URL and adds `Image [idx]: [caption]` as an alt tag (if they initially lack one). This enables downstream LLMs to interact with the images in reasoning, summarizing etc. [See example here](https://x.com/JinaAI_/status/1780094402071023926). + ## Usage ### Standard mode