Skip to content

Commit 94a9021

Browse files
committed
chore: update files
1 parent 668c422 commit 94a9021

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/doc_whl_rapidocr_web.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
### See [Documentation](https://rapidai.github.io/RapidOCRDocs/install_usage/rapidocr_web/rapidocr_web/)

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ Pillow<=10.0.0
22
requests
33
Flask>=2.1.0, <=3.0.0
44
rapidocr_onnxruntime>=1.3.0,<=2.0.0
5-
get_pypi_latest_version
6-
wheel

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ def get_readme():
3434
name=MODULE_NAME,
3535
version=VERSION_NUM,
3636
platforms="Any",
37-
description="A cross platform OCR Library based on OnnxRuntime.",
37+
description="The Web version of RapidOCR",
3838
long_description=get_readme(),
3939
long_description_content_type="text/markdown",
4040
author="SWHL",
4141
author_email="liekkaskono@163.com",
42-
url="https://github.com/RapidAI/RapidOCR",
43-
download_url="https://github.com/RapidAI/RapidOCR.git",
42+
url="https://github.com/RapidAI/RapidOCRWeb",
43+
download_url="https://github.com/RapidAI/RapidOCRWeb.git",
4444
license="Apache-2.0",
4545
include_package_data=True,
4646
install_requires=["requests", "Flask>=2.1.0", "rapidocr_onnxruntime"],

0 commit comments

Comments
 (0)