Spaces:
Build error
Build error
docs: update readme
Browse files
README.md
CHANGED
|
@@ -11,6 +11,11 @@ Reader converts any URL to an **LLM-friendly** input with a simple prefix `https
|
|
| 11 |
|
| 12 |
[](https://jina.ai/reader)
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
## Usage
|
| 15 |
|
| 16 |
### Standard mode
|
|
|
|
| 11 |
|
| 12 |
[](https://jina.ai/reader)
|
| 13 |
|
| 14 |
+
|
| 15 |
+
## Updates
|
| 16 |
+
|
| 17 |
+
- **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).
|
| 18 |
+
|
| 19 |
## Usage
|
| 20 |
|
| 21 |
### Standard mode
|