Skip to content

Commit 13eb909

Browse files
committed
update screenshot
1 parent 3b41ef7 commit 13eb909

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ Provides a general low-code page parsing solution.
2525
5. Summarize common string parsing tools on the market.
2626
6. The implementation of web views is to be plug-in and portable, which means it can be mounted on other web apps as a [sub_app](https://fastapi.tiangolo.com/advanced/sub-applications-proxy/#mount-the-sub-application):
2727
1. `app.mount("/uniparser", uniparser_app)`
28+
7. Here is the **low-code** web UI screenshot.
2829

29-
![demo.jpg](https://raw.githubusercontent.com/ClericPy/uniparser/master/imgs/demo.jpg)
30+
![demo.png](https://raw.githubusercontent.com/ClericPy/uniparser/master/imgs/demo.png)
3031

3132
## Feature List
3233

@@ -189,7 +190,13 @@ test_async_crawler()
189190
> 2. python -m uniparser 8080
190191
> 3. open browser => http://127.0.0.1:8080/
191192
192-
![start_page.jpg](https://raw.githubusercontent.com/ClericPy/uniparser/master/imgs/start_page.jpg)
193+
- Download URL
194+
195+
![1.png](https://raw.githubusercontent.com/ClericPy/uniparser/master/imgs/1.png)
196+
197+
- Parse HTML
198+
199+
![2.png](https://raw.githubusercontent.com/ClericPy/uniparser/master/imgs/2.png)
193200

194201
Show result as JSON
195202

imgs/1.png

144 KB
Loading

imgs/demo.jpg

-81.8 KB
Binary file not shown.

imgs/demo.png

116 KB
Loading

imgs/start_page.jpg

-98.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)