Skip to content

Fix example document paths in README quickstart - #4439

Open
melbinjp wants to merge 1 commit into
Unstructured-IO:mainfrom
melbinjp:fix-readme-example-doc-paths
Open

Fix example document paths in README quickstart#4439
melbinjp wants to merge 1 commit into
Unstructured-IO:mainfrom
melbinjp:fix-readme-example-doc-paths

Conversation

@melbinjp

@melbinjp melbinjp commented Aug 15, 2026

Copy link
Copy Markdown

The two quickstart snippets in the README point at example documents that have moved.

  • example-docs/layout-parser-paper-fast.pdf (README line 121)
  • example-docs/layout-parser-paper.pdf (README line 234)

Both files live under example-docs/pdf/ since 0eb461a ("refactor: restructure PDF/Image example document organization", 2024-07-18). The top-level paths no longer exist, so copying either snippet as written raises FileNotFoundError. One of them is in the Docker quickstart, which is a first-run experience for new users.

This just adds the pdf/ segment to both. Verified the targets exist at example-docs/pdf/layout-parser-paper.pdf and example-docs/pdf/layout-parser-paper-fast.pdf on main.

Found by docproof, a documentation checker that verifies claims in docs against the repository and its git history. Hand-checked against the current tree before opening the PR.

Review in cubic

Both snippets reference example-docs/layout-parser-paper.pdf and
example-docs/layout-parser-paper-fast.pdf. Those files moved under
example-docs/pdf/ in 0eb461a (2024-07-18, "refactor: restructure PDF/Image
example document organization") and the top-level paths no longer exist, so
copying either snippet as written raises FileNotFoundError.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Shadow auto-approve: would auto-approve. Fixes broken example document paths in README quickstart snippets by adding the 'pdf/' segment; a documentation correction with no behavioral or operational impact.

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant