'Declaration Public Overloads Shared Function Create( _
ByVal documentImagesThe images of source document.As Vintasoft.Imaging.ImageCollection, _
ByVal ocrImagesThe images, which will be used with created OcrDocument.As Vintasoft.Imaging.ImageCollection _
) As OcrDocument
public static OcrDocument Create(
Vintasoft.Imaging.ImageCollection documentImages,
Vintasoft.Imaging.ImageCollection ocrImages
)
public: static OcrDocument* Create(
Vintasoft.Imaging.ImageCollection* documentImages,
Vintasoft.Imaging.ImageCollection* ocrImages
)
public:
static OcrDocument^ Create(
Vintasoft.Imaging.ImageCollection^ documentImages,
Vintasoft.Imaging.ImageCollection^ ocrImages
)
Parameters
- documentImages
- The images of source document.
- ocrImages
- The images, which will be used with created OcrDocument.
Return Value
A new instance of OcrDocument.