public PayFormScanner
Performs detection and recognition of pay forms
| Modifier and Type | Method and Description |
|---|---|
io.scanbot.payformscanner.PayFormScanner.DetectionResult |
preVerifyForm()
Performs pay form preverifying on the NV21 format image
|
io.scanbot.payformscanner.PayFormScanner.DetectionResult |
preVerifyFormBGR()
Performs pay form preverifying on the BGR format image
|
java.util.List<io.scanbot.payformscanner.model.RecognizedField> |
recognizeForm()
Performs pay form recognition on the NV21 format image
|
java.util.List<io.scanbot.payformscanner.model.RecognizedField> |
recognizeFormBGR()
Performs pay form recognition on the BGR format image
|
java.util.List<io.scanbot.payformscanner.model.RecognizedField> recognizeForm()
Performs pay form recognition on the NV21 format image
java.util.List<io.scanbot.payformscanner.model.RecognizedField> recognizeFormBGR()
Performs pay form recognition on the BGR format image
io.scanbot.payformscanner.PayFormScanner.DetectionResult preVerifyForm()
Performs pay form preverifying on the NV21 format image
io.scanbot.payformscanner.PayFormScanner.DetectionResult preVerifyFormBGR()
Performs pay form preverifying on the BGR format image