Skip to content

Fix PPTX OCR converter emitting literal backslash-n instead of newlines - #2405

Open
SpongeBob (As9xm) wants to merge 1 commit into
microsoft:mainfrom
As9xm:fix-pptx-ocr-newlines
Open

Fix PPTX OCR converter emitting literal backslash-n instead of newlines#2405
SpongeBob (As9xm) wants to merge 1 commit into
microsoft:mainfrom
As9xm:fix-pptx-ocr-newlines

Conversation

@As9xm

Copy link
Copy Markdown
Contributor

_pptx_converter_with_ocr.py used escaped \\n literals in slide headers, text frames, notes, tables, and charts, so output contained literal \n text instead of line breaks.
This change replaces all 10 occurrences with real \n newlines to restore correct markdown formatting.

@As9xm

Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree

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