modify pdftomd
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user