Skip to content

doc-textify v0.3.0

Choose a tag to compare

@uers123 uers123 released this 27 May 17:38
· 20 commits to main since this release

doc-textify v0.3.0 Release Notes

Highlights

  • Adds compact .llm.txt output for low-token text-only LLM ingestion.
  • Adds --format llm and --format all.
  • Adds layout analysis and chart extraction modules.
  • Improves Chinese OCR normalization for labels such as 标签, 深度/m, 真实类别, 预测类别, and 钻孔.
  • Adds chart interval and point data into JSON metadata.
  • Updates README, environment notes, reports, and publishing script.

Verification

  • Unit tests: 10 passed.
  • JPG benchmark score: 69.73%.
  • Required terms: 100%.
  • Panel and axis layout: 100%.
  • Usable confidence: 100%.

Assets

  • Windows executable: dist\doc-textify.exe
  • Windows release zip: release\doc-textify-v0.3.0-windows-x64.zip
  • Detailed report: reports\精准优化测试报告.md
  • Project handoff: reports\项目交付总结.md

Known Limitation

The main remaining technical bottleneck is numeric chart calibration. The pipeline detects chart structure and red visual elements, but depth values still need grid/tick based calibration to raise chart_data accuracy above the current benchmark result.