Package | Description |
---|---|
MST.Imaging.Convert | |
MST.Imaging.Document | |
MST.Imaging.FileFormats | |
MST.Imaging.Image | |
MST.Imaging.OCR |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
MSTConvert.Convert(java.lang.String SrcFileName,
java.lang.String DestFileName,
MST.Imaging.Convert.OutputType outputtype)
Exports the file in specified output type.
|
boolean |
MSTConvert.Convert(java.lang.String srcFileName,
java.lang.String DestFileName,
MST.Imaging.Convert.OutputType outputtype,
java.lang.String Annotations,
MST.Imaging.Convert.SaveOptions options)
Exports the file in specified output type.
|
java.lang.Boolean |
MSTConvert.Convert(java.net.URL SrcUrl,
java.lang.String DestFileName,
MST.Imaging.Convert.OutputType outputtype)
Exports the file in specified output type.
|
java.lang.Boolean |
MSTConvert.Convert(java.net.URL Url,
java.lang.String DestFileName,
MST.Imaging.Convert.OutputType outputtype,
java.lang.String Annotations,
MST.Imaging.Convert.SaveOptions options)
Exports the file in specified output type.
|
java.lang.Boolean |
MSTConvert.Merge(java.lang.String[] SrcFileName,
java.lang.String DestFileName,
MST.Imaging.Convert.OutputType outputtype)
Merges the files in specified output type.
|
java.lang.Boolean |
MSTConvert.Merge(java.lang.String[] SrcFileName,
java.lang.String DestFileName,
MST.Imaging.Convert.OutputType outputtype,
java.lang.String[] Annotations,
MST.Imaging.Convert.SaveOptions options)
Merges the files in specified output type.
|
Modifier and Type | Method and Description |
---|---|
FileFormat |
MSTDocument.Detect() |
boolean |
MSTDocumentPage.Draw(java.awt.Graphics g,
java.awt.Component a) |
boolean |
MSTPdfPage.Draw(java.awt.Graphics g,
java.awt.Component a) |
boolean |
MSTDocument.Export(java.io.FileOutputStream fos,
OutputType outputtype) |
boolean |
MSTDocument.Export(java.io.FileOutputStream fos,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |
boolean |
MSTDocument.Export(java.lang.String DestFileName,
OutputType outputtype) |
boolean |
MSTDocument.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |
IMSTLetters |
MSTDocumentPage.ExtractText() |
IMSTLetters |
MSTPdfPage.ExtractText() |
java.awt.Rectangle[] |
MSTDocumentPage.Find(java.lang.String Text,
boolean MatchCase) |
int |
MSTDocumentPage.get_BitCount() |
float |
MSTDocumentPage.get_Height() |
int |
MSTDocumentPage.get_pageNo() |
ResizeQuality |
MSTDocumentPage.get_QualityFactor() |
Rotate |
MSTDocumentPage.get_Rotation() |
double |
MSTDocumentPage.get_Scale() |
float |
MSTDocumentPage.get_Width() |
float |
MSTDocumentPage.get_XResolution() |
float |
MSTDocumentPage.get_YResolution() |
IMSTPage |
MSTDocument.GetPage(int pageNo) |
IMSTPage |
MSTDocument.GetPage(int PageNo,
PageInfo pgInfo) |
java.awt.image.BufferedImage |
MSTDocumentPage.GetPageImage() |
boolean |
MSTDocument.GetPageInfo(int[] pageNo,
PageInfo[] pageInfo) |
boolean |
MSTDocument.GetPageInfo(int pageNo,
PageInfo pageInfo) |
IMSTPage[] |
MSTDocument.GetPages(int fromPage,
int toPage,
java.util.List<PageInfo> listPageInfo) |
java.io.InputStream |
MSTDocumentPage.GetPageStream() |
boolean |
MSTDocument.Load(java.io.InputStream stream) |
boolean |
MSTDocument.Load(java.lang.String FileName) |
boolean |
MSTDocument.Load(java.net.URI uri) |
void |
MSTDocumentPage.set_BitCount(int bitCount) |
void |
MSTDocumentPage.set_Height(float height) |
void |
MSTDocumentPage.set_pageNo(int pageNo) |
void |
MSTDocumentPage.set_QualityFactor(ResizeQuality qualityFactor) |
void |
MSTDocumentPage.set_Rotation(Rotate rotation) |
void |
MSTDocumentPage.set_Scale(double scale) |
void |
MSTDocumentPage.set_Width(float width) |
void |
MSTDocumentPage.set_XResolution(float resolution) |
void |
MSTDocumentPage.set_YResolution(float resolution) |
boolean |
MSTDocumentPage.SetPageImage(java.awt.image.BufferedImage image) |
boolean |
MSTDocumentPage.SetPageStream(java.io.InputStream stream) |
Modifier and Type | Method and Description |
---|---|
FileFormat |
IMSTFileFormat.Detect()
Gives the file format for the corresponding IMSTFileFormat object.
|
boolean |
IMSTPage.Draw(java.awt.Graphics g,
java.awt.Component a)
Draws the image on the given graphics object.
|
boolean |
IMSTFileFormat.Export(java.io.FileOutputStream fos,
OutputType outputtype)
Exports the file in specified output type.
|
boolean |
IMSTFileFormat.Export(java.io.FileOutputStream fos,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options)
Exports the file in specified output type.
|
boolean |
IMSTFileFormat.Export(java.lang.String DestFileName,
OutputType outputtype)
Exports the file in specified output type .
|
boolean |
IMSTFileFormat.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options)
Exports the file in specified output type.
|
IMSTLetters |
IMSTPage.ExtractText()
Returns the object of class MSTLetter for searching the string .
|
java.awt.Rectangle[] |
IMSTPage.Find(java.lang.String Text,
boolean MatchCase)
Returns the array of the rectangles for the given text that is to be searched.
|
int |
IMSTPage.get_BitCount()
Returns the bit depth of the image.
|
float |
IMSTPage.get_Height()
Retuens the height of the image.
|
int |
IMSTPage.get_pageNo()
Return the page no.
|
ResizeQuality |
IMSTPage.get_QualityFactor() |
Rotate |
IMSTPage.get_Rotation()
Returns the rotation of the image.
|
double |
IMSTPage.get_Scale()
return the scale of the image.
|
float |
IMSTPage.get_Width()
Returns the width of the image.
|
float |
IMSTPage.get_XResolution()
Gets the X-resolution.
|
float |
IMSTPage.get_YResolution()
Sets the Y-resolution.
|
java.awt.Rectangle |
IMSTLetters.GetBounds(int Index) |
MST.Imaging.Image.MSTLetter[] |
IMSTLetters.GetLetters() |
IMSTPage |
IMSTFileFormat.GetPage(int pageNo)
This method loads the page data into the IMSTPage object.
|
IMSTPage |
IMSTFileFormat.GetPage(int PageNo,
PageInfo pgInfo)
This method loads the page data into the IMSTPage object with the given parameters in PageInfo.
|
java.awt.image.BufferedImage |
IMSTPage.GetPageImage()
Return the bufferedImage of specified page.
|
boolean |
IMSTFileFormat.GetPageInfo(int[] nPageNo,
PageInfo[] pageInfo)
Gives the information about the given array of pages .
|
boolean |
IMSTFileFormat.GetPageInfo(int nPageNo,
PageInfo pageInfo)
Gives the information about a specific page .
|
IMSTPage[] |
IMSTFileFormat.GetPages(int FromPage,
int ToPage,
java.util.List<PageInfo> lstPageInfo)
This method loads the page data into the IMSTPage object with the given parameters in PageInfo.
|
java.io.InputStream |
IMSTPage.GetPageStream()
Return the inputstream of specified page.
|
java.lang.String |
IMSTLetters.GetSelectedText(int Dot,
int Mark) |
boolean |
IMSTFileFormat.Load(java.io.InputStream stream)
This method loads the image data into the MSTImage object.
|
boolean |
IMSTFileFormat.Load(java.lang.String FileName)
This method loads the image data into the MSTImage object.
|
boolean |
IMSTFileFormat.Load(java.net.URI uri)
This method loads the image data into the MSTImage object.
|
boolean |
MSTFileFormat.Merge(java.util.List<IMSTFileFormat> objectFiles,
java.io.OutputStream oStream,
FileFormat fileFormat)
Merge MSTDocument/MSTImage Object in the List to the specified Image File Format
|
boolean |
MSTFileFormat.Merge(java.util.Map<java.lang.Integer,IMSTFileFormat> objImage,
java.io.OutputStream oStream,
FileFormat fileFormat)
Merge MSTDocument/MSTImage/MSTPdf Object in the List to the specified Image File Format
|
void |
IMSTPage.set_BitCount(int bitCount)
set the bit depth of the image.
|
void |
IMSTPage.set_Height(float height)
Sets the height of the image.
|
void |
IMSTPage.set_pageNo(int pageNo)
Sets the page no.
|
void |
IMSTPage.set_QualityFactor(ResizeQuality qualityFactor) |
void |
IMSTPage.set_Rotation(Rotate rotation)
Sets the rotation value of the image.
|
void |
IMSTPage.set_Scale(double d)
set the scale of image.
|
void |
IMSTPage.set_Width(float width)
Sets the width of the image.
|
void |
IMSTPage.set_XResolution(float resolution)
Sets the X-resolution.
|
void |
IMSTPage.set_YResolution(float resolution)
Sets the Y-resolution.
|
boolean |
IMSTPage.SetPageImage(java.awt.image.BufferedImage image)
sets the bufferedImage of specified page.
|
boolean |
IMSTPage.SetPageStream(java.io.InputStream stream)
set the inputstream of specified page.
|
Modifier and Type | Method and Description |
---|---|
FileFormat |
MSTImage.Detect() |
boolean |
MSTImagePage.Draw(java.awt.Graphics g,
java.awt.Component a) |
boolean |
MSTImage.Export(java.io.FileOutputStream fos,
OutputType outputtype) |
boolean |
MSTImage.Export(java.io.FileOutputStream fos,
OutputType outputtype,
java.lang.String annotations,
SAVEOPTION options) |
boolean |
MSTImage.Export(java.lang.String DestFileName,
OutputType outputtype) |
boolean |
MSTImage.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |
IMSTLetters |
MSTImagePage.ExtractText() |
java.awt.Rectangle[] |
MSTImagePage.Find(java.lang.String Text,
boolean MatchCase) |
int |
MSTImagePage.get_BitCount() |
float |
MSTImagePage.get_Height() |
int |
MSTImagePage.get_pageNo() |
ResizeQuality |
MSTImagePage.get_QualityFactor() |
Rotate |
MSTImagePage.get_Rotation() |
double |
MSTImagePage.get_Scale() |
float |
MSTImagePage.get_Width() |
float |
MSTImagePage.get_XResolution() |
float |
MSTImagePage.get_YResolution() |
IMSTPage |
MSTImage.GetPage(int pageNo) |
IMSTPage |
MSTImage.GetPage(int PageNo,
PageInfo pgInfo) |
java.awt.image.BufferedImage |
MSTImagePage.GetPageImage() |
boolean |
MSTImage.GetPageInfo(int[] pageNo,
PageInfo[] pageInfo) |
boolean |
MSTImage.GetPageInfo(int pageNo,
PageInfo pageInfo) |
IMSTPage[] |
MSTImage.GetPages(int fromPage,
int toPage,
java.util.List<PageInfo> listPageInfo) |
java.io.InputStream |
MSTImagePage.GetPageStream() |
boolean |
MSTImage.Load(java.io.InputStream stream) |
boolean |
MSTImage.Load(java.lang.String FileName) |
boolean |
MSTImage.Load(java.net.URI uri) |
void |
MSTImagePage.set_BitCount(int bitCount) |
void |
MSTImagePage.set_Height(float height) |
void |
MSTImagePage.set_pageNo(int pageNo) |
void |
MSTImagePage.set_QualityFactor(ResizeQuality qualityFactor) |
void |
MSTImagePage.set_Rotation(Rotate rotation) |
void |
MSTImagePage.set_Scale(double scale) |
void |
MSTImagePage.set_Width(float width) |
void |
MSTImagePage.set_XResolution(float resolution) |
void |
MSTImagePage.set_YResolution(float resolution) |
boolean |
MSTImagePage.SetPageImage(java.awt.image.BufferedImage image) |
boolean |
MSTImagePage.SetPageStream(java.io.InputStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
MSTOCR.copyTextToClipBoard(java.awt.image.BufferedImage bufferedImage,
java.awt.Rectangle rectangle)
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 paste that text onto system clipboard. |
java.lang.String |
MSTOCR.extractText(java.awt.image.BufferedImage bufferedImage)
this method takes the BufferedImage object.and extract
all text from bufferedImage object and return a text of String.
|
java.lang.String |
MSTOCR.extractText(java.awt.image.BufferedImage bufferedImage,
java.awt.Rectangle rectangle)
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. |
java.awt.Rectangle[] |
MSTOCR.find(java.awt.image.BufferedImage bufferedImage,
java.lang.String text)
This method takes the BufferedImage object and the Text to be find.
|