Declaring Type: ImageExtractor
Namespace: Mindee.Extraction
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Signature | 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. |
Extracts a single image from a field having position data.
public ExtractedImage ExtractImage(BaseField field, int pageIndex, int index, string filename);
field
BaseField
The field to extract.
pageIndex
int
The page index to extract, begins at 0.
index
int
The index to use for naming the extracted image.
filename
string
The output filename.
The extracted image, or null if the field does not have valid position data.
Extracts a single image from a Position field.
public ExtractedImage ExtractImage(PositionField field, int pageIndex, int index, string filename);
field
PositionField
The field to extract.
pageIndex
int
The page index to extract, begins at 0.
index
int
The index to use for naming the extracted image.
filename
string
The output filename.
The extracted image, or null if the field does not have valid position data.
Documentation generated by MdDocs