mindee-api-dotnet

ImageExtractor Class

Namespace: Mindee.Extraction
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

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