public class Ocr
extends java.lang.Object
proccessImage(apiBaseUrl, image)Driver Type: Desktop
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
proccessImage(java.lang.String apiBaseUrl,
byte[] image)
Proccess image and return text from image as string.
|
static java.lang.String |
proccessImage(java.lang.String apiBaseUrl,
int x,
int y,
int width,
int height)
Proccess image and return text from image as string.
|
static java.lang.String |
proccessImage(java.lang.String apiBaseUrl,
java.lang.String language,
byte[] image)
Proccess image and return text from image as string.
|
static java.lang.String |
proccessImage(java.lang.String apiBaseUrl,
java.lang.String language,
int x,
int y,
int width,
int height)
Proccess image and return text from image as string.
|
static java.lang.String |
proccessImage(java.lang.String jwtSecret,
java.lang.String jwtIssue,
java.lang.String apiBaseUrl,
byte[] image)
Proccess image and return text from image as string.
|
static java.lang.String |
proccessImage(java.lang.String jwtSecret,
java.lang.String jwtIssue,
java.lang.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 java.lang.String |
proccessImage(java.lang.String jwtSecret,
java.lang.String jwtIssue,
java.lang.String apiBaseUrl,
java.lang.String language,
byte[] image)
Proccess image and return text from image as string.
|
static java.lang.String |
proccessImage(java.lang.String jwtSecret,
java.lang.String jwtIssue,
java.lang.String apiBaseUrl,
java.lang.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 java.lang.String proccessImage(java.lang.String apiBaseUrl,
byte[] image)
Driver Type: Desktop
apiBaseUrl - string representation url to ocr serviceimage - byte array representation imagepublic static java.lang.String proccessImage(java.lang.String apiBaseUrl,
java.lang.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 java.lang.String proccessImage(java.lang.String jwtSecret,
java.lang.String jwtIssue,
java.lang.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 java.lang.String proccessImage(java.lang.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 java.lang.String proccessImage(java.lang.String apiBaseUrl,
java.lang.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 java.lang.String proccessImage(java.lang.String jwtSecret,
java.lang.String jwtIssue,
java.lang.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 java.lang.String proccessImage(java.lang.String jwtSecret,
java.lang.String jwtIssue,
java.lang.String apiBaseUrl,
java.lang.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 java.lang.String proccessImage(java.lang.String jwtSecret,
java.lang.String jwtIssue,
java.lang.String apiBaseUrl,
java.lang.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 © 2024 WorkFusion, Inc. All rights reserved.