The attached viewer-assets.zip contains the pre-built assets for the out-of-box 14.2 viewer.
14.2 New Features and Improvements
New Features
-
Auto Summarization. PrizmDoc Viewer now allows you to perform document summarization which provides concise summaries of lengthy documents. Users quickly grasp the essential points without reading through entire documents, leading to significant time savings and improved decision-making efficiency.
- Please refer to the PrizmDoc Server Document Summarizers and PAS Document Summarizers REST APIs for more information on the new REST API.
- Please refer to the summarizeDocument documentation for more information on the new PCCViewer.ViewerControl API.
- To enable document summarization in the viewer, set the Viewer documentSummarization option to
{ enableDocumentSummarization: true }
. - To enable document summarization in PrizmDoc Server, you must configure the Central Configuration > Watsonx AI variables.
- See Licensing for licensing information.
- This will continue to evolve as we refine these features and extend our cloud service offerings.
-
Auto Tagging and Classification. PrizmDoc Viewer now allows you to perform document tagging and classification which intelligently tags and categorizes content. Users quickly filter documents without reading through them, leading to significant time savings and organizational efficiency.
- Please refer to the PrizmDoc Server Document Taggers, PrizmDoc Server Document Classifiers, PAS Document Taggers, and PAS Document Classifiers REST APIs for more information on the new REST APIs.
- Please refer to the tagDocument and classifyDocument documentation for more information on the new PCCViewer.ViewerControl APIs.
- To enable document tagging and classification in the viewer, set the Viewer documentClassification option and provide a default list of classifications, for example:
{ enableDocumentClassification: true, classifications: ['Technology', 'Geography', 'History'] }
. - To enable document tagging and classification in PrizmDoc Server, you must configure the Central Configuration > Watsonx AI variables.
- See Licensing for licensing information.
- This will continue to evolve as we refine these features and extend our cloud service offerings.
-
Document Q&A. PrizmDoc Viewer now allows you to perform document Q&A which retrieves pertinent information within documents. Users quickly and accurately query for important content information, eliminating the need to review large documents manually.
- Please refer to the PrizmDoc Server Document Queriers and PAS Document Queriers REST APIs for more information on the new REST APIs.
- Please refer to the queryDocument documentation for more information on the new PCCViewer.ViewerControl APIs.
- To enable document Q&A in the viewer, set the Viewer documentQuery option to
{ enableDocumentQuery: true }
. - To enable document Q&A in PrizmDoc Server, you must configure the Central Configuration > Watsonx AI variables.
- See Licensing for licensing information.
- This will continue to evolve as we refine these features and extend our cloud service offerings.
Improvements
- Fast PDF viewing in Hybrid Viewer. The Hybrid Viewer viewing session now supports streaming of the PDF document pages from the server directly to the client viewer for display without downloading the whole document first. This results in a significantly shorter time for the Hybrid Viewer to display the first and subsequent pages for PDF documents.
14.2 Product Updates and Fixes
Product Fixes
- Addressed an issue in PrizmDoc Viewer Client where some contents of specific PDF documents were not displaying in the Hybrid Viewing mode.
- Updated third-party dependencies of the PrizmDoc Viewer Client, taking advantage of recent security fixes and other improvements.