Class | Description | |
---|---|---|
![]() | AnnotationManager | The AnnotationManager class provides all the necessary handling of the GdPictureXMP annotations in your files. Using this class, you can create or load annotations, change their properties and save them directly to your document. The initialisation of the AnnotationManager object is possible from more sources, like GdViewer control, GdPictureImage object or GdPicturePDF class and others. |
![]() | GdPictureDocumentConverter | The GdPictureDocumentConverter class provides the document conversion from wide variety of document formats. It is used as a wrapper class to allow you easily load, save and convert the files of different types. Please find all the currently supported input document formats listed here. |
![]() | GdPictureDocumentUtilities | The GdPictureDocumentUtilities class serves a useful purpose in providing additional utilities and features allowing you to make use of all benefits the toolkit offers. |
![]() | GdPictureImaging | The GdPictureImaging class offers a huge amount of imaging features that GdPicture.NET toolkit provides. It is used as a wrapper class to allow you easily operate with your image files of different formats. Please find all the currently supported input document formats listed here. |
![]() | GdPictureOCR | The GdPictureOCR class offers the comprehensive optical character recognition (OCR) support. It is used as a wrapper class to allow you easily process the OCR on your documents and to find out required results in one place. |
![]() | GdPictureOCR.SpreadsheetOptions | This class handles different options requested by a GdPictureOCR instance to export OCR result to a spreadsheet document. |
![]() | GdPictureOfficeDefaultTemplateBuilder | A utility class for creating default instances of GdPictureOfficeTemplate. |
![]() | GdPictureOfficeTemplate | |
![]() | GdPictureOfficeTemplateBuilder<T> | A base class for building templates for GdPicture Office Templating. |
![]() | GdPictureOfficeTemplateConfiguration | Represents the configuration settings for a template. |
![]() | GdPictureOfficeTemplateDelimiter | Represents the start and end delimiters used for template replacement in a GdPictureOfficeTemplateConfiguration. |
![]() | GdPictureOfficeTemplater | A class that represents a GdPicture Office Templater for creating and processing Office document templates. |
![]() | GdPicturePDF | The GdPicturePDF class is responsible for almost all PDF features that GdPicture.NET toolkit offers. It is used as a wrapper class to allow you easily operate with PDF documents. |
![]() | GdPicturePDF.PdfOcrOptions | This class handles different options requested by a GdPicturePDF instance to perform OCR. |
![]() | GdPicturePDF.SmartRedactionOptions | This class handles different options requested by a GdPicturePDF instance to perform smart redaction. |
![]() | GdPicturePDFReducer | |
![]() | GdPictureSegmenter | The GdPictureSegmenter class offers the comprehensive image segmentation support. It is used as a wrapper class to allow you easily segment your image-based documents into regions and to find out required results in one place.
In general, the image segmentation simply means a thresholding of your image into various areas, like blocks of text, graphics or images. |
![]() | GdPictureTextExtraction | GdPictureTextExtraction is a streamlined class designed to effortlessly convert any GdPicture technology-supported document into plain text. It provides a range of capabilities that allow for addressing various scenarios, including indexing and enhancing the performance of LLM inferences. It employs internal logic to optimize extraction accuracy and minimize processing time through the dynamic utilization of page layout analysis, encoding detection, and OCR components. The identical API serves for processing raster images, PDFs, CAD files, Email files, and office formats alike. Documents can be loaded from file paths, Stream objects, or distant URIs. |
![]() | LicenseManager | The LicenseManager class unlocks the GdPicture.NET toolkit with a purchased commercial key or a provided demo key to allow you to develop your application. You can also determine the currently used version of the toolkit using this class. |
![]() | PDFReducerConfiguration |