v0.2.0
What's new in v0.2.0
Document pipeline
- Replaced the standard render pipeline with a new document pipeline (
tenderness.pipelines.document), featuring a more composable API with dedicated helpers for text blocks, table blocks, image blocks, and bounding box drawing. - See examples: https://paperchase-labs.github.io/tenderness/examples/document-pipeline-examples/
Features
to_dict()methods onTextBoundingBoxes,CharBBox,ClusterBBox, and related bounding box classes- Expanded flexbox layout templates (documents, tables, flow)
- Resolution handling for font maps in
FontSetupandLayoutContextInterface - Refactored drawing utilities
Other
- Updated project metadata and classifiers
- Added tox configuration
- Updated docstings
Full Changelog: v0.1.0...v0.2.0