- edgeDetection(BufferedImage, int) - Method in class MST.Imaging.ImageProcessing.MSTImageProcess
-
Performs the edge detection on the image.
- endPoint - Variable in class MST.Annotations.MSTAnnotation
-
- endX - Variable in class MST.Annotations.MSTAnnotation
-
- endY - Variable in class MST.Annotations.MSTAnnotation
-
- Export(String, OutputType) - Method in class MST.Imaging.Document.MSTDocument
-
- Export(FileOutputStream, OutputType) - Method in class MST.Imaging.Document.MSTDocument
-
- Export(String, OutputType, String, SAVEOPTION) - Method in class MST.Imaging.Document.MSTDocument
-
- Export(FileOutputStream, OutputType, String, SAVEOPTION) - Method in class MST.Imaging.Document.MSTDocument
-
- Export(String, OutputType, String, SAVEOPTION) - Method in class MST.Imaging.Document.MSTPdf
-
- Export(FileOutputStream, OutputType) - Method in class MST.Imaging.Document.MSTPdf
-
- Export(String, OutputType) - Method in interface MST.Imaging.FileFormats.IMSTFileFormat
-
Exports the file in specified output type .
- Export(FileOutputStream, OutputType) - Method in interface MST.Imaging.FileFormats.IMSTFileFormat
-
Exports the file in specified output type.
- Export(String, OutputType, String, SAVEOPTION) - Method in interface MST.Imaging.FileFormats.IMSTFileFormat
-
Exports the file in specified output type.
- Export(FileOutputStream, OutputType, String, SAVEOPTION) - Method in interface MST.Imaging.FileFormats.IMSTFileFormat
-
Exports the file in specified output type.
- Export(FileOutputStream, OutputType) - Method in class MST.Imaging.Image.MSTImage
-
- Export(String, OutputType) - Method in class MST.Imaging.Image.MSTImage
-
- Export(FileOutputStream, OutputType, String, SAVEOPTION) - Method in class MST.Imaging.Image.MSTImage
-
- Export(String, OutputType, String, SAVEOPTION) - Method in class MST.Imaging.Image.MSTImage
-
- ExtractText() - Method in class MST.Imaging.Document.MSTDocumentPage
-
- ExtractText() - Method in class MST.Imaging.Document.MSTPdfPage
-
- ExtractText() - Method in interface MST.Imaging.FileFormats.IMSTPage
-
Returns the object of class MSTLetter for searching the string .
- ExtractText() - Method in class MST.Imaging.Image.MSTImagePage
-
- extractText(BufferedImage) - Method in class MST.Imaging.OCR.MSTOCR
-
this method takes the BufferedImage object.and extract
all text from bufferedImage object and return a text of String.
- extractText(BufferedImage, Rectangle) - Method in class MST.Imaging.OCR.MSTOCR
-
This method takes the BufferedImage object and the specified area
In the form of rectangle object.then crop the image and extract
The text From croped image and return text in form of String object.