modify pdftomd

This commit is contained in:
김경종
2026-05-14 10:16:59 +09:00
parent 2232b51fc9
commit dc11880140
69 changed files with 7784 additions and 1150 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ Relevant existing behavior:
- Conversion remains local-only.
- MinerU 3.1.0 remains the only PDF conversion engine.
- Quality warnings are non-fatal unless no usable output can be produced.
- Metadata and `.report.md` already include `math_render_error_count`.
- Internal provenance and `_report.md` include `math_render_error_count`.
- Default tests must not require real MinerU, GPU, Node.js, MathJax, network, Obsidian, or sample PDFs.
## References
@@ -237,7 +237,7 @@ Optional local tests:
- `pdf2md doctor` reports MathJax checker availability clearly.
- Conversion still succeeds when MathJax is unavailable, with an info warning.
- Conversion still succeeds when individual formulas fail, with warning records.
- `.metadata.json` and `.report.md` show actual math render failure counts when MathJax is available.
- Internal provenance and `_report.md` show actual math render failure counts when MathJax is available.
- The generated Markdown is not changed by the checker.
## Hard Failure Criteria