Skip to main content
ABBYY Vantage Private Cloud delivers targeted improvements to enhance stability, reliability, and overall user experience. This release addresses a range of customer-reported issues across key areas of the platform, including OCR, Manual Review, Document Skills, and authentication. The updates in this release support smoother document processing, more accurate data capture, and improved system responsiveness.

Key enhancements

External Identity Auto-Provisioning

✓ Tenant administrators can now define a default role for users created via external identity providers. ✓ New users are automatically assigned this role upon first login, enabling immediate platform access without Administrator intervention. ✓ This enhancement streamlines onboarding, reduces manual role assignment, and ensures consistent user experience across tenants.

Database Optimization

✓ Improved the efficiency of the skill database operations to ensure faster skill management and deletion processes. ✓ A new back-off mechanism prevents repeated attempts to delete the same skill version within a 24-hour window if a prior deletion was unsuccessful, eliminating redundant system load and potential deadlocks.

Bug Fixes

In ABBYY Vantage Private Cloud, we’ve addressed the following issues:

Advanced Designer

✓ QR codes are now recognized correctly. (611282)

Data Catalog

✓ Previously, the search popup would pop up every time you changed a cell value, that’s been fixed. Now, the popup only appears when you click the magnifier icon, and it won’t show up if the Data Catalog isn’t connected. No more unexpected interruptions in the workflow. (609437)

Document Skill

✓ Chinese language support has been enhanced to ensure proper input when using the Microsoft Pinyin keyboard. (607171) ✓ Text extraction accuracy has been improved, resolving issues with unreadable or inaccurate values. (604395)

Manual Review

✓ For access to Manual review transactions, you can now open transactions under Manual Review without any issues. (611592) ✓ When using IFrame display mode, the Send to Stage button is now visible on the Manual Review page. (607148) ✓ Document rendering in the Manual Review stage has been improved, with all page content displaying correctly – eliminating blank screen issues. (609653) ✓ Fixed an issue where certain documents occasionally failed to load correctly in Manual Review, resulting in a blank page with no document view or data form displayed. ✓ Refreshing the page no longer leaves the view blank. Documents and data forms now load as expected when tasks are opened for review.

OCR

✓ The OCR reader incorrectly reading uppercase letters as lowercase letters has been resolved. (603909) ✓ All documents, including those with digital signatures, are processed smoothly. (615169) ✓ The Job Extraction error that was causing transaction failures during file processing has been fixed. Now, files move through Document Skill smoothly, without any issues. (608670) ✓ Thai characters are now recognized accurately, and superscript and subscript characters are detected during processing. (609819)

Process Skills

✓ Files are now processed and exported smoothly, without any errors. (606440, 602117) ✓ Files now export to PDF smoothly, just as they should. (608995)

Security

✓ Resolved a stored Cross-Site Scripting (XSS) and HTML injection vulnerability that allowed arbitrary JavaScript execution when rendering user-supplied input in process skill activity names. ✓ User-provided HTML links are now properly sanitized and no longer rendered directly within the interface. ✓ We’ve addressed a bug that caused a “500 error” for some customers when clicking the Help link in Vantage. Users can now seamlessly access the documentation, as it will load directly without requiring extra authentication steps. (609174)

Retrieving Attestation Data

Download SPDX SBOM

Extract the SPDX SBOM from the attestation:
# Download and extract SPDX SBOM
cosign download attestation --predicate-type spdx \
  abbyy.jfrog.io/abbyy-vantage-release-oci-local/alpine-bash-curl:8.15.0 | \
  jq -r '.payload' | base64 -d | jq -r '.predicate' > sbom.json

Download Vulnerability Scan

Extract the vulnerability scan results:
# Download and extract vulnerability scan
cosign download attestation --predicate-type vuln \
  abbyy.jfrog.io/abbyy-vantage-release-oci-local/alpine-bash-curl:8.15.0 | \
  jq -r '.payload' | base64 -d | jq -r '.predicate' > vuln-scan.sarif