public class Ocr extends Object
proccessImage(apiBaseUrl, image)Driver Type: Desktop
| Constructor and Description |
|---|
Ocr() |
| Modifier and Type | Method and Description |
|---|---|
static String |
proccessImage(String apiBaseUrl,
byte[] image)
Proccess image and return text from image as string.
|
static String |
proccessImage(String apiBaseUrl,
int x,
int y,
int width,
int height)
Proccess image and return text from image as string.
|
static String |
proccessImage(String apiBaseUrl,
String language,
byte[] image)
Proccess image and return text from image as string.
|
static String |
proccessImage(String apiBaseUrl,
String language,
int x,
int y,
int width,
int height)
Proccess image and return text from image as string.
|
static String |
proccessImage(String jwtSecret,
String jwtIssue,
String apiBaseUrl,
byte[] image)
Proccess image and return text from image as string.
|
static String |
proccessImage(String jwtSecret,
String jwtIssue,
String apiBaseUrl,
int x,
int y,
int width,
int height)
Get image by coordinates and process image and return text from image as string.
|
static String |
proccessImage(String jwtSecret,
String jwtIssue,
String apiBaseUrl,
String language,
byte[] image)
Proccess image and return text from image as string.
|
static String |
proccessImage(String jwtSecret,
String jwtIssue,
String apiBaseUrl,
String language,
int x,
int y,
int width,
int height)
Get image by coordinates and process image and return text from image as string.
|
public static String proccessImage(String apiBaseUrl, byte[] image)
Driver Type: Desktop
apiBaseUrl - string representation url to ocr serviceimage - byte array representation imagepublic static String proccessImage(String apiBaseUrl, String language, byte[] image)
Driver Type: Desktop
apiBaseUrl - string representation url to ocr servicelanguage - string representation language to ocr serviceimage - byte array representation imagepublic static String proccessImage(String jwtSecret, String jwtIssue, String apiBaseUrl, byte[] image)
Driver Type: Desktop
jwtSecret - string representation of secret key for authorization to Ocr servicejwtIssue - string representation of claim name for authorization to Ocr serviceapiBaseUrl - string representation url to ocr serviceimage - byte array representation imagepublic static String proccessImage(String apiBaseUrl, int x, int y, int width, int height)
Driver Type: Desktop
apiBaseUrl - string representation url to ocr servicex - integer representation left upper conner of regiony - integer representation left upper conner of regionwidth - integer representation width of regionheight - integer representation height of regionpublic static String proccessImage(String apiBaseUrl, String language, int x, int y, int width, int height)
Driver Type: Desktop
apiBaseUrl - string representation url to ocr servicelanguage - string representation language to ocr servicex - integer representation left upper conner of regiony - integer representation left upper conner of regionwidth - integer representation width of regionheight - integer representation height of regionpublic static String proccessImage(String jwtSecret, String jwtIssue, String apiBaseUrl, int x, int y, int width, int height)
Driver Type: Desktop
jwtSecret - string representation of secret key for authorization to Ocr servicejwtIssue - string representation of claim name for authorization to Ocr serviceapiBaseUrl - string representation url to ocr servicex - integer representation left upper conner of regiony - integer representation left upper conner of regionwidth - integer representation width of regionheight - integer representation height of regionpublic static String proccessImage(String jwtSecret, String jwtIssue, String apiBaseUrl, String language, byte[] image)
Driver Type: Desktop
jwtSecret - string representation of secret key for authorization to Ocr servicejwtIssue - string representation of claim name for authorization to Ocr serviceapiBaseUrl - string representation url to ocr servicelanguage - string representation language to ocr serviceimage - byte array representation imagepublic static String proccessImage(String jwtSecret, String jwtIssue, String apiBaseUrl, String language, int x, int y, int width, int height)
Driver Type: Desktop
jwtSecret - string representation of secret key for authorization to Ocr servicejwtIssue - string representation of claim name for authorization to Ocr serviceapiBaseUrl - string representation url to ocr servicelanguage - string representation language to ocr servicex - integer representation left upper conner of regiony - integer representation left upper conner of regionwidth - integer representation width of regionheight - integer representation height of regionCopyright 2016, WorkFusion, Inc.