Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pbcquoc committed Mar 3, 2022
1 parent 21e4f22 commit 23758c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VietOCR
**Các bạn vui lòng cập nhật lên version vietocr>=0.3.5 để không xảy ra lỗi.**
**Các bạn vui lòng cập nhật lên version vietocr>=0.3.8 để không xảy ra lỗi.**
<p align="center">
<img src="https://github.com/pbcquoc/vietocr/raw/master/image/sample.png" width="1000" height="300">
</p>
Expand All @@ -15,7 +15,7 @@ Mô hình VietOCR có tính tổng quát cực tốt, thậm chí có độ chí
# Cài Đặt
Để cài đặt các bạn gõ lệnh sau
```
pip install vietocr==0.3.5
pip install vietocr
```
# Quick Start
Các bạn tham khảo notebook [này](https://github.com/pbcquoc/vietocr/blob/master/vietocr_gettingstart.ipynb) để biết cách sử dụng nhé.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="vietocr",
version="0.3.7",
version="0.3.8",
author="pbcquoc",
author_email="[email protected]",
description="Transformer base text detection",
Expand Down

0 comments on commit 23758c7

Please sign in to comment.