We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fac10 commit b9e6b5cCopy full SHA for b9e6b5c
setup.py
@@ -9,7 +9,7 @@
9
10
11
def get_readme():
12
- root_dir = Path(__file__).resolve().parent.parent
+ root_dir = Path(__file__).resolve().parent
13
readme_path = str(root_dir / "docs" / "doc_whl_rapidocr_web.md")
14
with open(readme_path, "r", encoding="utf-8") as f:
15
readme = f.read()
0 commit comments