GdPicture.NET.14
GdPicture14 Namespace / GdPictureTextExtraction Class
Members





In This Topic
GdPictureTextExtraction Class
In This Topic
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.
Syntax
'Declaration
 
Public NotInheritable Class GdPictureTextExtraction 
public sealed class GdPictureTextExtraction 
public class GdPictureTextExtraction sealed; 
public sealed class GdPictureTextExtraction 
public __gc __sealed class GdPictureTextExtraction 
public ref class GdPictureTextExtraction sealed 
Inheritance Hierarchy

System.Object
   GdPicture14.GdPictureTextExtraction

See Also