We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bd606 commit 54d260bCopy full SHA for 54d260b
setup_rapid_table_det_paddle.py
@@ -43,6 +43,8 @@ def read_txt(txt_path: Union[Path, str]) -> List[str]:
43
url="https://github.com/Joker1212/RapidTableDetection",
44
license="Apache-2.0",
45
install_requires=read_txt("requirements.txt"),
46
+ include_package_data=True,
47
+ packages=[MODULE_NAME, f"{MODULE_NAME}.models"],
48
keywords=["obj detection,ocr,table-recognition"],
49
classifiers=[
50
"Programming Language :: Python :: 3.8",
0 commit comments