Skip to content

Commit

Permalink
(Action) Fixed rapidocr_paddle version num
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed May 12, 2024
1 parent bf40c99 commit 7d476c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/setup_paddle.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ def get_readme():
package_data={
"": ["*.txt", "*.yaml", "*.pdiparams", "*.pdiparams.info", "*.pdmodel"]
},
keywords=["ocr,text_detection,text_recognition,db,paddlepaddle,paddleocr,rapidocr"],
keywords=[
"ocr,text_detection,text_recognition,dbnet,paddlepaddle,paddleocr,rapidocr"
],
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 7d476c7

Please sign in to comment.