fix(ocr-utils): unit test and fix the rotate_bounding_box function (#1897)

Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com>
This commit is contained in:
Clément Doumouro
2025-07-08 18:03:29 +02:00
committed by GitHub
parent a07ba863c4
commit 931eb55b88
5 changed files with 112 additions and 38 deletions

View File

@@ -44,7 +44,7 @@ authors = [
requires-python = '>=3.9,<4.0'
dependencies = [
'pydantic (>=2.0.0,<3.0.0)',
'docling-core[chunking] (>=2.39.0,<3.0.0)',
'docling-core[chunking] (>=2.40.0,<3.0.0)',
'docling-parse (>=4.0.0,<5.0.0)',
'docling-ibm-models (>=3.6.0,<4)',
'filetype (>=1.2.0,<2.0.0)',