Skip to content

Releases: RapidAI/RapidOCR

Release v1.4.3

12 Dec 14:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

Release v1.4.2

09 Dec 01:38
Compare
Choose a tag to compare

主要修复issue #288 问题

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

Release v1.4.1

03 Dec 13:56
01a5a65
Compare
Choose a tag to compare

中文版(by @Joker1212 ):

  1. 支持英文单字识别
  2. 解决只切割中文字符导致英文字符识别框缩小的问题
  3. 修正单字切割后排序偶发的点重叠问题

What's Changed

New Contributors

Release v1.4.0

19 Nov 14:54
Compare
Choose a tag to compare

🚀 Features

Char rec(单字识别) (#254)。支持返回单字坐标,汉字返回单字的坐标,英文返回单词级别坐标。
大概原理是基于文本行长度和文字多少来分割出单字坐标的,泛化性比较有限。

主要借鉴PP-Structurefanqie03/char-detection

具体用法可参加:docs
可视化结果参见:docs

示例如下:

image

🐛 Bug Fixes

  • (python) Fix incorrect usage of the exists function
  • (rapidocr_onnxruntime) Fix normalize value of det (#246)

📚 Documentation

  • (rapidocr_api) Fix typo errors
  • Add modelscope demo link
  • (rapidocr_paddle) Fixed bad links

🧪 Testing

  • Update unit tests for different platform

⚙️ Miscellaneous Tasks

  • Optimze char rec (#260)
  • (rapidocr_onnxruntime) Change read_yaml order (#251)
  • Upgrade actions/checkout version to 4

New Contributors

Release v1.3.25

17 Oct 14:56
Compare
Choose a tag to compare

🐛 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

Release v1.3.24

11 Jul 12:51
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (python) Fixed issue #202 and add Shapely version limited

⚙️ Miscellaneous Tasks

  • (submodule) Remove submodules of others program languages
  • (rapidocr_web) Fix setup error when auto publish whl

Release v1.3.23

28 Jun 02:06
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (python) Restrict dependent package version, especially numpy versions

🚜 Refactor

  • (rapidocr_paddle) Refactor the entire code
  • (rapidocr_openvino) Refactor the entire code
  • (rapidocr_onnxruntime) Refactor the pre-processing code for the det part
  • (rapidocr_onnxruntime) Add typing annotations of RapidOCR call
  • (rapidocr_onnxruntime) Add typing annotations and remove invalid code

📚 Documentation

  • (README) Remove invalid QQ number
  • ()* Update docs path
  • (README) Add AI Studio online demo

Release v1.3.22

21 May 13:16
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (rapidocr_onnxruntime) Fix EP_list parameter error
  • (rapidocr_onnxruntime) Fixed EP error (#183)

🧪 Testing

  • (rapidocr_onnxruntime) Add two unit testings about cuda and dml

Full Changelog: v1.3.21...v1.3.22

Release v1.3.21

21 May 00:26
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (rapidocr_onnxruntime) Fix dml not work issue (#180)
  • (python) Add the default value of maxsize in lru_cache under python3.7 for compatibility

🎨 Styling

  • (rapidocr_onnxruntime) Code wrapping with black

⚙️ Miscellaneous Tasks

  • (.github) Update the bug issue template to make it more concise
  • (rapidocr_onnxruntime) Add logger cache to reduce print nums
  • (rapidocr_onnxruntime) Optim tips

👶 New Contributors

Full Changelog: v1.3.20...v1.3.21

Release v1.3.20

18 May 09:04
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (rapidocr_onnxruntime) Optimize prompt when using DirctML
  • (python) Modify the way CTCLabelDecode calculates confidence (#179)
  • (python) Update unit testing

🚜 Refactor

  • (rapidocr_onnxruntime) Decoupling utils.py files
  • (rapidocr_openvino) Decoupling utils.py files
  • (rapidocr_paddle) Decoupling utils.py files

⚙️ Miscellaneous Tasks

  • (rapidocr_onnxruntime) Add friendly tips for using cuda
  • (rapidocr_onnxruntime) Optim tips about OrtInferSession
  • (rapidocr_onnxruntime) Optim tips of infer_engine
  • (rapidocr_openvino) Change the trigger mode to file change trigger

👶 New Contributors

Full Changelog: v1.3.19...v1.3.20