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
@@ -12,7 +12,7 @@ Use these checks when designing or reviewing Markdown output.
## Assets
- Store images under a deterministic asset directory next to the Markdown output.
- Store images under the deterministic shared `images/` directory next to the Markdown output parts.
- Use relative Markdown links that remain valid when the output directory is moved as a unit.
- Record asset source page, bbox if available, generated file path, and missing-link warnings.
@@ -20,7 +20,7 @@ Use these checks when designing or reviewing Markdown output.
- Prefer Markdown tables only when cell boundaries and reading order are reliable.
- If formulas or merged cells make Markdown tables misleading, use a readable fallback and emit a table warning.
- Keep table warnings visible in both JSON metadata and `.report.md`.
- Keep table warnings visible in internal provenance and `_report.md`.
## Report Signals