- Fix regression that would cause incorrect pagination numbers to be represented.
0.0.10
- Allow `DoclingDocument` as input to `spaCyLayout.__call__` to convert already processed documents to spaCy `Doc` objects.
0.0.9
- Add `Doc._.markdown` with Markdown representation of the document.
0.0.8
- Fix serialization of extension attributes and `pandas.DataFrame` via spaCy's `DocBin`. (11, 14)
0.0.7
- Fix bounding boxes for top left origin, refactor and add tests.
0.0.6
- Add support for tables as layout spans and via shortcut `Doc._.tables`. - Add `Span._.data` for table data as a `pandas.DataFrame`. - Allow customizing table display text in `Doc.text` via `display_table` callback option.