From 2232b51fc9c0b20071e481b0ccd14b0487e1efff Mon Sep 17 00:00:00 2001 From: NINI Date: Mon, 11 May 2026 02:22:29 +0900 Subject: [PATCH] docs: record MITC sample conversion --- PROGRESS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PROGRESS.md b/PROGRESS.md index b30f9f9..fdd1b97 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -51,6 +51,7 @@ This file records current progress for agents. Read it before starting work, the - Sprint 11 implemented conservative MathJax warning mitigation with failed-expression details, `src/pdf2md/math_repair.py`, shared `convert`/`recheck` repair integration, and `MATH_RENDER_REPAIRED` info warnings. - Verified default fast suite: `uv run pytest` passed 172 tests with 1 skipped. - Verified requested real sample: `uv run pdf2md convert samples\MITC공부.pdf --out outputs\sprint11-MITC공부 --overwrite` succeeded with 13 pages, 107 assets, 23 inline formulas, 103 display formulas, 0 MathJax render errors, and 2 `MATH_RENDER_REPAIRED` info warnings. +- Reconverted `samples/MITC공부.pdf` to ignored `outputs/MITC공부/` with Sprint 11 mitigation; report status is `partial` from 2 `MATH_RENDER_REPAIRED` info warnings, with 13 pages, 107 assets, 23 inline formulas, 103 display formulas, 0 MathJax render errors, and 0 missing or invalid asset links. ## In Progress