Skip to content

Commit 539a658

Browse files
committed
docs: update logo
1 parent bcaf764 commit 539a658

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

docs/install_usage/rapidocr_api/usage.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ hide:
55
---
66

77
<div align="center">
8-
<div align="center">
9-
<img src="https://github.com/RapidAI/RapidOCRAPI/releases/download/v0.1.5/LOGO.png"/>
10-
</div>
8+
<picture>
9+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/RapidAI/RapidOCRAPI/releases/download/v0.2.0/rapidocr_api_logo_v2_dark.png" width="60%" height="60%">
10+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/RapidAI/RapidOCRAPI/releases/download/v0.2.0/rapidocr_api_logov2_white.png" width="60%" height="60%">
11+
<img alt="Shows an illustrated sun in light mode and a moon with stars in dark mode." src="https://github.com/RapidAI/RapidOCRAPI/releases/download/v0.2.0/rapidocr_api_logov2_white.png">
12+
</picture>
13+
1114
<br/>
1215
<a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
1316
<a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>

docs/install_usage/rapidocr_web/usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ comments: true
44

55
<div align="center">
66
<picture>
7-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/RapidAI/RapidOCRWeb/releases/download/v0.0.0/RapidOCR_Web_LOGO_white_font.png" width="40%">
8-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/RapidAI/RapidOCRWeb/releases/download/v0.0.0/RapidOCRWeb_LOGO.png" width="40%">
9-
<img alt="Shows an illustrated sun in light mode and a moon with stars in dark mode." src="https://github.com/RapidAI/RapidOCRWeb/releases/download/v0.0.0/RapidOCRWeb_LOGO.png">
7+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/RapidAI/RapidOCRWeb/releases/download/v1.0.0/rapidocr_web_logo_v2_dark.png" width="60%" height="60%">
8+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/RapidAI/RapidOCRWeb/releases/download/v1.0.0/rapidocr_web_logo_v2_white.png" width="60%" height="60%">
9+
<img alt="Shows an illustrated sun in light mode and a moon with stars in dark mode." src="https://github.com/RapidAI/RapidOCRWeb/releases/download/v1.0.0/rapidocr_web_logo_v2_white.png">
1010
</picture>
1111

1212
<br/>

0 commit comments

Comments
 (0)