Skip to content

Releases: breezedeus/Pix2Text

Bugfixes

18 Jul 05:36
4438d9b
Compare
Choose a tag to compare

Update 2024.07.18: V1.1.1.2 Released

Major Changes:

主要变更:

Fix: some formats of models require fixed-size input images

24 Jun 15:09
c4271c7
Compare
Choose a tag to compare

Update 2024.06.24: V1.1.1.1 Released

Major Changes:

  • Added a new parameter static_resized_shape when initializing MathFormulaDetector, which is used to resize the input image to a fixed size. Some formats of models require fixed-size input images during inference, such as CoreML.

主要变更:

  • MathFormulaDetector 初始化时加入了参数 static_resized_shape, 用于把输入图片 resize 为固定大小。某些格式的模型在推理时需要固定大小的输入图片,如 CoreML

Released New MFD Models, significantly improve the accuracy of formula detection.

18 Jun 15:33
d725ae1
Compare
Choose a tag to compare

Update 2024.06.18:V1.1.1 Released

Major changes:

  • Support the new mathematical formula detection models (MFD), which significantly improves the accuracy of formula detection.

主要变更:

  • 支持新的数学公式检测模型(MFD),公式检测精度获得较大提升。

adapted with cnstd==1.2.4

17 Jun 02:25
a22d48c
Compare
Choose a tag to compare

Update 2024.06.17:V1.1.0.7 Released

Major changes:

主要变更:

Bugfix

04 Jun 10:14
ca10b86
Compare
Choose a tag to compare

Update 2024.06.04:V1.1.0.6 Released

Major changes:

  • Fix: The Text OCR incorrectly carried over the configuration from previous calls when it was called multiple times.

主要变更:

  • 修复 bug:Text OCR 多次调用时错误沿用了之前的配置信息。

Bugfixes

27 May 04:10
7c65953
Compare
Choose a tag to compare

Update 2024.05.27:V1.1.0.5 Released

Major changes:

  • Fixed bugs such as that in ._parse_remaining.

主要变更:

  • 修复 ._parse_remaining 等 bug。

Bugfixes

20 May 15:18
dc64fbc
Compare
Choose a tag to compare

Major changes:

  • set table_as_image as True if self.table_ocr is not available.
  • fix typo: #108 . Thanks to @billvsme.

主要变更:

  • 如果 self.table_ocr 不可用,将 table_as_image 设置为 True
  • 修复拼写错误:#108 。感谢 @billvsme

Bugfixes and New Paid Models: mfr-plus

19 May 09:22
dce6dac
Compare
Choose a tag to compare

Major changes:

  • A new paid model, mfr-plus, has been added, which offers better recognition for multi-line formulas.
  • When recognizing only English, CnOCR does not output Chinese.
  • Bugs have been fixed.

主要变更:

  • 加入新的付费模型:mfr-plus,对多行公式的识别效果更好。
  • 在只识别英文时,CnOCR 不输出中文。
  • 修复 bugs。

Fixed the error caused by empty lines in `merge_line_texts`.

10 May 08:31
d01210e
Compare
Choose a tag to compare

Major changes:

  • Fixed the error caused by empty lines in merge_line_texts.

主要变更:

  • 修复 merge_line_texts 中空行导致的错误。

V1.1.0.1: set encoding explictly when writing to files

30 Apr 03:17
15cb283
Compare
Choose a tag to compare

Major changes:

  • Fix the exception occurring when saving files on Windows.

主要变更:

  • 修复 Windows 下存储文件时出现的异常。