You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: generate page_break for skipped pages in export functions
When pages fail to parse and are missing from the document,
the serializer now generates page_break markers for each
skipped page number instead of only for the next available page.
This ensures users can detect when pages were skipped during
PDF parsing by checking for non-consecutive page breaks.
Affects: export_to_doctags(), export_to_html(), export_to_markdown()
0 commit comments