public interface PayFormScanner
| Modifier and Type | Method and Description |
|---|---|
DetectionResult |
preVerifyForm(byte[] nv21,
int previewWidth,
int previewHeight)
Performs pay form preverifying on the NV21 format image
|
DetectionResult |
preVerifyFormBGR(byte[] bgr,
int previewWidth,
int previewHeight)
Performs pay form preverifying on the BGR format image
|
java.util.List<RecognizedField> |
recognizeForm(byte[] nv21,
int width,
int height,
int orientation)
Performs pay form recognition on the NV21 format image
|
java.util.List<RecognizedField> |
recognizeFormBGR(byte[] bgr,
int width,
int height,
int orientation)
Performs pay form recognition on the BGR format image
|
java.util.List<RecognizedField> recognizeForm(byte[] nv21,
int width,
int height,
int orientation)
nv21 - width - height - orientation - java.util.List<RecognizedField> recognizeFormBGR(byte[] bgr,
int width,
int height,
int orientation)
bgr - width - height - orientation - DetectionResult preVerifyForm(byte[] nv21,
int previewWidth,
int previewHeight)
nv21 - previewWidth - previewHeight - DetectionResult preVerifyFormBGR(byte[] bgr,
int previewWidth,
int previewHeight)
bgr - previewWidth - previewHeight -