mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
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
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:
committed by
GitHub
parent
17c5bf1242
commit
aa92a57fa9
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user