fix: Pass tests, update docling-core to 2.22.0 (#1150)
Some checks failed
Run Docs CD / build-deploy-docs (push) Failing after 1m21s
Run Docs CI / build-docs (push) Failing after 51s

fix: update docling-core to 2.22.0

Update dependency library docling-core to latest release 2.22.0
Fix regression tests and ground truth files

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
This commit is contained in:
Cesar Berrospi Ramis
2025-03-13 09:45:55 +01:00
committed by GitHub
parent 17c5bf1242
commit aa92a57fa9
11 changed files with 52 additions and 46 deletions

View File

@@ -999,7 +999,7 @@ class PatentUsptoGrantAps(PatentUspto):
parent=self.parents[self.level],
)
last_claim.text += f" {value}" if last_claim.text else value
last_claim.text += f" {value.strip()}" if last_claim.text else value.strip()
elif field == self.Field.CAPTION.value and section in (
self.Section.SUMMARY.value,