Releases: breezedeus/Pix2Text
Releases · breezedeus/Pix2Text
Bugfix: Fixed issues related to downloading models on Windows
Update 2024.12.17: V1.1.2.3 Released
Major Changes:
- Bugfix: Fixed issues related to downloading models on Windows.
主要变更:
- 修复了在 Windows 环境下下载模型的问题。
bugfix
Update 2024.12.11: V1.1.2.2 Released
Major Changes:
- Bugfix: Resolved issues related to serialization errors when handling ONNX Runtime session options by ensuring that non-serializable configurations are managed appropriately.
主要变更:
- 修复了与 ONNX Runtime session options 相关的序列化错误,通过确保不可序列化的配置信息在适当的管理下进行处理。
bugfix
Update 2024.12.02: V1.1.2.1 Released
Major Changes:
- Fixed an error in
fetch_column_info()@DocYoloLayoutParser
, thanks to Bin.
主要变更:
- 修复了 fetch_column_info()@DocYoloLayoutParser 中的错误,感谢网友 Bin 。
Integrated a better layout analysis model DocLayout-YOLO
Update 2024.11.17: V1.1.2 Released
Major Changes:
- A new layout analysis model DocLayout-YOLO has been integrated, improving the accuracy of layout analysis.
- Bug fixes:
- When the text language is set to English only, a dedicated English OCR model is used to avoid including Chinese in the output.
- The processing logic for PNG images has been optimized, enhancing recognition performance.
主要变更:
- 版面分析模型加入 DocLayout-YOLO,提升版面分析的准确性。
- 修复 bugs:
- 在设置文本语言只有英语时,使用专门的英文 OCR 模型,避免输出中包含中文。
- 对 PNG 图片的处理逻辑进行了优化,提升了识别效果。
Bugfixes
Fix: some formats of models require fixed-size input images
Update 2024.06.24: V1.1.1.1 Released
Major Changes:
- Added a new parameter
static_resized_shape
when initializingMathFormulaDetector
, which is used to resize the input image to a fixed size. Some formats of models require fixed-size input images during inference, such asCoreML
.
主要变更:
MathFormulaDetector
初始化时加入了参数static_resized_shape
, 用于把输入图片 resize 为固定大小。某些格式的模型在推理时需要固定大小的输入图片,如CoreML
。
Released New MFD Models, significantly improve the accuracy of formula detection.
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
Update 2024.06.17:V1.1.0.7 Released
Major changes:
- adapted with cnstd==1.2.4 , thanks to https://github.com/g1y5x3 .
主要变更:
- 适配 cnstd==1.2.4 ,感谢 https://github.com/g1y5x3 。
Bugfix
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
Update 2024.05.27:V1.1.0.5 Released
Major changes:
- Fixed bugs such as that in
._parse_remaining
.
主要变更:
- 修复
._parse_remaining
等 bug。