public abstract class SearchImage extends Object
| Constructor and Description |
|---|
SearchImage() |
| Modifier and Type | Method and Description |
|---|---|
static SearchImage |
create(InputStream stream)
Creates an image from a stream to search.
|
static SearchImage |
create(InputStream stream,
int imageIndex)
Creates an image from a stream to search.
|
static SearchImage |
create(String filePath)
Creates an image from a file to search.
|
static SearchImage |
create(String filePath,
int imageIndex)
Creates an image from a file to search.
|
public static SearchImage create(InputStream stream)
stream - The image stream.public static SearchImage create(InputStream stream, int imageIndex)
stream - The image stream.imageIndex - The image index in multipage images.public static SearchImage create(String filePath)
filePath - The image file path.public static SearchImage create(String filePath, int imageIndex)
filePath - The image file path.imageIndex - The image index in multipage images.Copyright © 2026. All rights reserved.