Skip to content

Fix to-markdown PDF stall by installing full markitdown extras#10

Merged
fjmrytfjsn merged 1 commit intomainfrom
fix/markitdown-command-stall
Apr 12, 2026
Merged

Fix to-markdown PDF stall by installing full markitdown extras#10
fjmrytfjsn merged 1 commit intomainfrom
fix/markitdown-command-stall

Conversation

@fjmrytfjsn
Copy link
Copy Markdown
Owner

Summary

  • install markitdown[all] in setup/startup flows
  • add a marker file so environments with base-only markitdown are upgraded once
  • keep startup idempotent after extras are installed

Why

PDF conversion failed with FileConversionException because optional PDF dependencies were missing. That failure caused OpenChamber to stay at Running command... without producing markdown output.

Validation

  • upgraded to markitdown[all] in container
  • converter script successfully generated markdown from the same PDF that previously failed

Use markitdown[all] in setup/startup and track extras installation marker so /to-markdown can process PDFs without hanging on missing converter dependencies.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@fjmrytfjsn fjmrytfjsn merged commit 3399fb9 into main Apr 12, 2026
1 check passed
@fjmrytfjsn fjmrytfjsn deleted the fix/markitdown-command-stall branch April 12, 2026 16:33
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