Skip to content

Releases: breezedeus/Pix2Text

new MFR model with SOTA performance

26 Feb 11:56
07b03d0
Compare
Choose a tag to compare
Merge pull request #63 from breezedeus/dev

add demo urls

Support Multilingual Recognition

10 Jan 03:38
14df65e
Compare
Choose a tag to compare

Major Changes:

  • Support for recognizing 80+ languages; for a detailed list of supported languages, see List of Supported Languages;
  • Added domestic sites for automatic model downloads;
  • Optimized the logic for merging detection boxes.

bugfix

21 Dec 04:56
2a733bf
Compare
Choose a tag to compare

bugfixed from @hiroi-sora , thanks much 👍 .

fix: remove useless CATEGORY_MAPPINGS from `consts.py`

10 Sep 09:51
28b729f
Compare
Choose a tag to compare

bugfix: 去掉 consts.py 无用的 CATEGORY_MAPPINGS

fix: results from `self.recognize_by_clf` have no `line_number`

14 Jul 06:08
5eb44fe
Compare
Choose a tag to compare
Merge pull request #32 from breezedeus/dev

fix: results from `self.recognize_by_clf` have no `line_number`

optimize the whole processing flow

03 Jul 10:17
4b2e673
Compare
Choose a tag to compare
Merge pull request #27 from breezedeus/dev

optimize the processing method for mixed images

bugfix

19 Feb 12:16
fe7f3e0
Compare
Choose a tag to compare
Merge pull request #14 from breezedeus/dev

bugfix

Fix the cropping error caused by the detected rotation box

19 Feb 11:34
c694869
Compare
Choose a tag to compare

主要变更:

  • 修复旋转框导致的识别结果错误;
  • 去掉代码中不小心包含的 breakpoint()

optimize the order of boxes (new version of CnSTD), and the latex result

19 Feb 07:41
17c7673
Compare
Choose a tag to compare

主要变更:

  • 增加后处理机制优化Latex-OCR的识别结果;
  • 使用最新的 CnSTDCnOCR,它们修复了一些bug。

支持识别既有文字又有公式的混合图片

03 Feb 11:40
62ffe87
Compare
Choose a tag to compare

利用 CnSTD 新版的数学公式检测Mathematical Formula Detection,简称 MFD)能力,P2T V0.2 支持识别既包含文字又包含公式的混合图片