We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b522061 commit c1b58a1Copy full SHA for c1b58a1
docling_core/types/doc/document.py
@@ -1884,7 +1884,7 @@ class PictureItem(FloatingItem):
1884
def _migrate_annotations_to_meta(self) -> Self:
1885
"""Migrate the `annotations` field to `meta`."""
1886
if self.annotations:
1887
- _logger.warning(
+ _logger.info(
1888
"Migrating deprecated `annotations` to `meta`; this will be removed in the future. "
1889
"Note that only the first available instance of each annotation type will be migrated."
1890
)
0 commit comments