feat(parse): replace Office conversion with anydoc + image rewrite - #3949
Open
JFPURE wants to merge 11 commits into
Open
feat(parse): replace Office conversion with anydoc + image rewrite#3949JFPURE wants to merge 11 commits into
JFPURE wants to merge 11 commits into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Register anydoc parser config with firecrawl-anydoc dependency and a small attribute adapter for binding name normalization ahead of converter wiring. Co-authored-by: Cursor <cursoragent@cursor.com>
Serialize anydoc documents to GFM while preserving embedded images through the existing storage media pipeline. Co-authored-by: Cursor <cursoragent@cursor.com>
Move inline-code backslash escaping out of the f-string expression for Python 3.10/3.11 compatibility, and stop tracking the SDD task report in the product tree. Co-authored-by: Cursor <cursoragent@cursor.com>
Route Word and real OLE documents through the shared converter while preserving configurable legacy fallbacks and OOXML disguise handling. Co-authored-by: Cursor <cursoragent@cursor.com>
Wire application parser settings into the default registry and prevent unsupported ODT/RTF files from reaching python-docx.
Route supported presentation and EPUB formats through the shared converter while preserving safe format-specific legacy fallbacks. Co-authored-by: Cursor <cursoragent@cursor.com>
Route modern spreadsheet formats through anydoc with safe row truncation while preserving legacy process-pool conversion when anydoc is disabled. Co-authored-by: Cursor <cursoragent@cursor.com>
Forward directory parse settings through the anydoc path and make skipped row truncation observable.
Reflect the expanded Office and EPUB format coverage while keeping PDF behavior explicitly unchanged.
Resolve signatureless CSV conversion and preserve ingestion options across Office parsers while documenting and testing XLSB behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Human Involvement
Related Issue
Type of Change
Changes Made
Testing
Checklist
Screenshots (if applicable)
Additional Notes