mindee-api-dotnet

ImageExtractor Class

Namespace: Mindee.Extraction
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Extract sub-images from an image.

public class ImageExtractor

Inheritance: object → ImageExtractor

Constructors

Name Description
ImageExtractor(LocalInputSource, string) Init from a Local Input Source.
ImageExtractor(string) Init from a path.

Fields

Name Description
LocalInput LocalInputSource object used by the ImageExtractor.

Methods

Name Description
ExtractImage(BaseField, int, int, string) Extracts a single image from a field having position data.
ExtractImage(PositionField, int, int, string) Extracts a single image from a Position field.
ExtractImagesFromPage(IList<PositionField>, int) Extract multiple images on a given page from a list of fields having position data.
ExtractImagesFromPage(IList<PositionField>, int, string) Extract multiple images on a given page from a list of fields having position data.
ExtractImagesFromPage<TBaseField>(IList<TBaseField>, int, string) Extract multiple images on a given page from a list of fields having position data.
GetPageCount() Gets the number of pages in the file.
PdfToImages(byte[]) Renders the input Pdf’s pages as individual images.

Documentation generated by MdDocs