Record MITC sample conversion

This commit is contained in:
NINI
2026-05-10 01:59:07 +09:00
parent 80fda47163
commit b69c03c206
+1
View File
@@ -44,6 +44,7 @@ This file records current progress for agents. Read it before starting work, the
- Set user environment variable `MINERU_MODEL_SOURCE=local`. - Set user environment variable `MINERU_MODEL_SOURCE=local`.
- Verified full local runtime with `uv run pdf2md doctor`: PASS. - Verified full local runtime with `uv run pdf2md doctor`: PASS.
- Verified real local sample conversion: `samples/FourNodeQuadrilateralShellElementMITC4.pdf` to ignored `outputs/runtime-smoke/`, status `success`, 7 pages, 22 assets, 38 inline formulas, 16 display formulas, 0 math render errors, and 0 warnings. - Verified real local sample conversion: `samples/FourNodeQuadrilateralShellElementMITC4.pdf` to ignored `outputs/runtime-smoke/`, status `success`, 7 pages, 22 assets, 38 inline formulas, 16 display formulas, 0 math render errors, and 0 warnings.
- Converted `samples/MITC공부.pdf` to ignored `outputs/MITC공부/`; report status was `partial`: 13 pages, 107 assets, 23 inline formulas, 103 display formulas, 2 MathJax render warnings, and 0 missing or invalid asset links.
## In Progress ## In Progress