Skip navigation links
A C D E F H I P R T V 

A

accountNumber - Variable in class io.scanbot.chequescanner.model.Result
Account number.

C

ChequeField - Class in io.scanbot.chequescanner.model
Recognized cheque field.
ChequeField(type, value, confidence) - Constructor for class io.scanbot.chequescanner.model.ChequeField
Recognized cheque field.
ChequeFieldType - Enum in io.scanbot.chequescanner.model
Cheque recognized filed type enum.
chequeNumber - Variable in class io.scanbot.chequescanner.model.Result
Account number.
ChequeRecognizer - Class in io.scanbot.chequescanner
 
ChequeRecognizer(modelFilePath) - Constructor for class io.scanbot.chequescanner.ChequeRecognizer
 
component1() - Method in class io.scanbot.chequescanner.model.DetectedQuad
Quad points
component1() - Method in class io.scanbot.chequescanner.model.Result
Routing number.
component2() - Method in class io.scanbot.chequescanner.model.DetectedQuad
Detection result
component2() - Method in class io.scanbot.chequescanner.model.Result
Account number.
component3() - Method in class io.scanbot.chequescanner.model.Result
Account number.
component4() - Method in class io.scanbot.chequescanner.model.Result
Raw recognized string.
component5() - Method in class io.scanbot.chequescanner.model.Result
Visual bounds of a cheque.
confidence - Variable in class io.scanbot.chequescanner.model.ChequeField
Field confidence
copy(points, detectionResult) - Method in class io.scanbot.chequescanner.model.DetectedQuad
This class represents a 4-poly detected by the DocumentImageProcessor. It contains the vertices and the detection status and provides methods that help with polygon multiframe smoothing.
copy(routingNumber, accountNumber, chequeNumber, rawString, polygon) - Method in class io.scanbot.chequescanner.model.Result
Result of cheque recognition. Some fields might be empty if they were not recognized.

D

DetectedQuad - Class in io.scanbot.chequescanner.model
This class represents a 4-poly detected by the DocumentImageProcessor. It contains the vertices and the detection status and provides methods that help with polygon multiframe smoothing.
DetectedQuad(points, detectionResult) - Constructor for class io.scanbot.chequescanner.model.DetectedQuad
This class represents a 4-poly detected by the DocumentImageProcessor. It contains the vertices and the detection status and provides methods that help with polygon multiframe smoothing.
detectionResult - Variable in class io.scanbot.chequescanner.model.DetectedQuad
Detection result

E

equals(p) - Method in class io.scanbot.chequescanner.model.DetectedQuad
 
equals(p) - Method in class io.scanbot.chequescanner.model.Result
 

F

finalize() - Method in class io.scanbot.chequescanner.ChequeRecognizer
 

H

hashCode() - Method in class io.scanbot.chequescanner.model.DetectedQuad
 
hashCode() - Method in class io.scanbot.chequescanner.model.Result
 

I

io.scanbot.chequescanner - package io.scanbot.chequescanner
 
io.scanbot.chequescanner.model - package io.scanbot.chequescanner.model
 

P

points - Variable in class io.scanbot.chequescanner.model.DetectedQuad
Quad points
polygon - Variable in class io.scanbot.chequescanner.model.Result
Visual bounds of a cheque.

R

rawString - Variable in class io.scanbot.chequescanner.model.Result
Raw recognized string.
recognizeCheque(nv21, width, height, orientation) - Method in class io.scanbot.chequescanner.ChequeRecognizer
 
recognizeChequeBGR(bgr, width, height, orientation) - Method in class io.scanbot.chequescanner.ChequeRecognizer
 
recognizeChequeBitmap(image, orientation) - Method in class io.scanbot.chequescanner.ChequeRecognizer
 
recognizeChequeJPEG(bgr, width, height, orientation) - Method in class io.scanbot.chequescanner.ChequeRecognizer
 
Result - Class in io.scanbot.chequescanner.model
Result of cheque recognition. Some fields might be empty if they were not recognized.
Result(routingNumber, accountNumber, chequeNumber, rawString, polygon) - Constructor for class io.scanbot.chequescanner.model.Result
Result of cheque recognition. Some fields might be empty if they were not recognized.
routingNumber - Variable in class io.scanbot.chequescanner.model.Result
Routing number.

T

toString() - Method in class io.scanbot.chequescanner.model.DetectedQuad
 
toString() - Method in class io.scanbot.chequescanner.model.Result
 
type - Variable in class io.scanbot.chequescanner.model.ChequeField
Cheque field type.

V

value - Variable in class io.scanbot.chequescanner.model.ChequeField
Field value
A C D E F H I P R T V 
Skip navigation links