🐛 Bug Fixes
- Fixed issue #232:
- 目前输入一张图像的处理逻辑是:
- 当输入图像最大边大于
max_side_len
时,会将该图像最大边等比缩放到max_side_len
(默认2000px),另一边按照宽高比等比缩放 - 当输入图像最小边小于
min_side_len
时,会将该图像最小边放大到min_side_len
(默认30px),另一边按照宽高比缩放
- 当输入图像最大边大于
📚 Documentation
- Update QQ group
- Update demo line and colab demo
- Update docs
- Update docs link of api and ocrweb
- Update README
- (README) Add OpenSSF badge
- Update README
- Add more visualization
- Update README
- Fix typo
- Update README
⚙️ Miscellaneous Tasks
- Compatible with python 3.7
- Remove scorecard workflow
- (rapidocr_openvino/paddle) Optim code
- Optimize code structure
- Fix the Sponsor link
- Update LICENSE authors
- (rapidocr_api) Optim auto package logic
- (python) Remove the project urls of whl packages
New Contributors
- @benben17 made their first contribution in #200
- @dependabot made their first contribution in #208