- recognize() - Method in class net.doo.snap.process.TextRecognizer
-
Performs text recognition using OcrPerformer
- recognizeDC(byte[], int, int, int) - Method in interface net.doo.snap.dcscanner.DCScanner
-
Performs DC data recognition on the NV21 format image
- recognizeDCBGR(byte[], int, int, int) - Method in interface net.doo.snap.dcscanner.DCScanner
-
Performs DC data recognition on the BGR format image
- recognizeDCBitmap(Bitmap, int) - Method in interface net.doo.snap.dcscanner.DCScanner
-
Performs DC data recognition on the Bitmap
- recognizeDCJPEG(byte[], int, int, int) - Method in interface net.doo.snap.dcscanner.DCScanner
-
Performs DC data recognition on the JPEG image
- recognizedText - Variable in class net.doo.snap.process.OcrResult
-
Recognized text as a String
- recognizeForm(byte[], int, int, int) - Method in interface net.doo.snap.payformscanner.PayFormScanner
-
Performs pay form recognition on the NV21 format image
- recognizeFormBGR(byte[], int, int, int) - Method in interface net.doo.snap.payformscanner.PayFormScanner
-
Performs pay form recognition on the BGR format image
- recognizeMRZ(byte[], int, int, int) - Method in interface net.doo.snap.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the NV21 format image
- recognizeMRZBGR(byte[], int, int, int) - Method in interface net.doo.snap.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the BGR format image
- recognizeMRZBitmap(Bitmap, int) - Method in interface net.doo.snap.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the Bitmap
- recognizeMRZJPEG(byte[], int, int, int) - Method in interface net.doo.snap.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the JPEG image
- recognizeMRZWithFinderOverlay(byte[], int, int, int, Rect) - Method in interface net.doo.snap.mrzscanner.MRZScanner
-
Performs MRZ data recognition on the NV21 format image in specified finder overlay rect
- recycle() - Method in interface net.doo.snap.intelligence.OcrPdfRenderer.RenderIterator
-
- removeFrameHandler(PreviewBuffer.FrameHandler) - Method in interface net.doo.snap.camera.PreviewBuffer
-
- removePictureCallback(PictureCallback) - Method in class net.doo.snap.camera.ScanbotCameraView
-
Removes callback, so it won't receive any further notifications.
- removeResultHandler(BarcodeDetectorFrameHandler.ResultHandler) - Method in class net.doo.snap.camera.BarcodeDetectorFrameHandler
-
Unregisters handler.
- removeResultHandler(ContourDetectorFrameHandler.ResultHandler) - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
-
Unregisters handler.
- removeResultHandler(DCScannerFrameHandler.ResultHandler) - Method in class net.doo.snap.dcscanner.DCScannerFrameHandler
-
Unregisters handler.
- removeResultHandler(MRZScannerFrameHandler.ResultHandler) - Method in class net.doo.snap.mrzscanner.MRZScannerFrameHandler
-
Unregisters handler.
- removeResultHandler(PayFormScannerFrameHandler.ResultHandler) - Method in class net.doo.snap.payformscanner.PayFormScannerFrameHandler
-
Unregisters handler.
- renderNextPage() - Method in interface net.doo.snap.intelligence.OcrPdfRenderer.RenderIterator
-
Performs OCR of next page if available.
- replacePage(int, Page) - Method in class net.doo.snap.entity.SnappingDraft
-
Replaces page at given position with new page
- Result(Page, Bitmap) - Constructor for class net.doo.snap.persistence.PageFactory.Result
-
- rotateClockwise() - Method in class net.doo.snap.ui.EditPolygonImageView
-
Rotates view clockwise
- rotateCounterClockwise() - Method in class net.doo.snap.ui.EditPolygonImageView
-
Rotates view counterclockwise
- sandwichedPdfDocument - Variable in class net.doo.snap.process.OcrResult
-
Optional sandwiched pdf
Document (can be
null)
- sandwichedPdfDocumentFile - Variable in class net.doo.snap.process.OcrResult
-
Optional sandwiched pdf
Document file (can be
null)
- ScanbotCameraView - Class in net.doo.snap.camera
-
Provides interface to native Camera and displays camera stream.
- ScanbotCameraView(Context) - Constructor for class net.doo.snap.camera.ScanbotCameraView
-
- ScanbotCameraView(Context, AttributeSet) - Constructor for class net.doo.snap.camera.ScanbotCameraView
-
- ScanbotSDK - Class in net.doo.snap
-
Provider for Scanbot SDK features.
- ScanbotSDK(Activity) - Constructor for class net.doo.snap.ScanbotSDK
-
- ScanbotSDK(Service) - Constructor for class net.doo.snap.ScanbotSDK
-
- ScanbotSDK(Application) - Constructor for class net.doo.snap.ScanbotSDK
-
- ScanbotSDKInitializer - Class in net.doo.snap
-
Initializes Scanbot SDK library.
- ScanbotSDKInitializer() - Constructor for class net.doo.snap.ScanbotSDKInitializer
-
- setAcceptedAngleScore(double) - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
-
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
- setAcceptedSizeScore(double) - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
-
The minimum size in percent (0 - 100) of the screen size to accept a detected document.
- setAutoFocusOnTouch(boolean) - Method in class net.doo.snap.camera.ScanbotCameraView
-
- setAutoFocusSound(boolean) - Method in class net.doo.snap.camera.ScanbotCameraView
-
Set camera auto focus sound state.
- setAutoSnappingCallback(AutoSnappingController.AutoSnappingCallback) - Method in class net.doo.snap.camera.AutoSnappingController
-
- setCameraOpenCallback(CameraOpenCallback) - Method in class net.doo.snap.camera.ScanbotCameraView
-
Callback which will be invoked when camera will be opened
- setCombined(boolean) - Method in class net.doo.snap.entity.SnappingDraft
-
- setDate(long) - Method in class net.doo.snap.entity.Document
-
- setDetectionInterval(long) - Method in class net.doo.snap.camera.BarcodeDetectorFrameHandler
-
Set barcode detection interval in milliseconds
- setDocumentName(String) - Method in class net.doo.snap.entity.SnappingDraft
-
- setDocumentType(DocumentType) - Method in class net.doo.snap.entity.Document
-
- setEdgeColor(int) - Method in class net.doo.snap.ui.EditPolygonImageView
-
Sets edge color
- setEdgeWidth(float) - Method in class net.doo.snap.ui.EditPolygonImageView
-
Sets edge width in pixels
- setEnabled(boolean) - Method in class net.doo.snap.camera.AutoSnappingController
-
- setEnabled(boolean) - Method in class net.doo.snap.camera.BarcodeDetectorFrameHandler
-
- setEnabled(boolean) - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
-
- setEnabled(boolean) - Method in class net.doo.snap.dcscanner.DCScannerFrameHandler
-
- setEnabled(boolean) - Method in class net.doo.snap.mrzscanner.MRZScannerFrameHandler
-
- setEnabled(boolean) - Method in class net.doo.snap.payformscanner.PayFormScannerFrameHandler
-
- setFillColor(int) - Method in class net.doo.snap.ui.PolygonView
-
Changes fill color of the polygon
- setId(String) - Method in class net.doo.snap.entity.Document
-
- setImageSize(Page.ImageType, int, int) - Method in class net.doo.snap.entity.Page
-
- setLanguage(Language) - Method in class net.doo.snap.entity.Document
-
- setLines(List<Line2D>, List<Line2D>) - Method in class net.doo.snap.ui.EditPolygonImageView
-
Sets detected horizontal and vertical lines
- setName(String) - Method in class net.doo.snap.entity.Document
-
- setOcrStatus(OcrStatus) - Method in class net.doo.snap.entity.Document
-
- setOcrText(String) - Method in class net.doo.snap.entity.Document
-
- setOptimizationType(OptimizationType) - Method in class net.doo.snap.entity.Page
-
- setPagesCount(int) - Method in class net.doo.snap.entity.Document
-
- setPictureSize(Camera.Size) - Method in class net.doo.snap.camera.ScanbotCameraView
-
Set camera picture size
- setPolygon(List<PointF>) - Method in class net.doo.snap.entity.Page
-
Sets polygon which crops page preview from original image.
- setPolygon(List<PointF>) - Method in class net.doo.snap.ui.EditPolygonImageView
-
Sets polygon containing document coordinates
- setPreviewMode(CameraPreviewMode) - Method in class net.doo.snap.camera.ScanbotCameraView
-
Set the camera preview mode.
- setPreviewSize(Camera.Size) - Method in class net.doo.snap.camera.ScanbotCameraView
-
Set camera preview size
- setProcessed(boolean) - Method in class net.doo.snap.entity.Page
-
- setRotationType(RotationType) - Method in class net.doo.snap.entity.Page
-
- setSensitivity(float) - Method in class net.doo.snap.camera.AutoSnappingController
-
Changes sensitivity of auto-snapping.
- setShutterSound(boolean) - Method in class net.doo.snap.camera.ScanbotCameraView
-
Set camera shutter sound state.
- setSize(long) - Method in class net.doo.snap.entity.Document
-
- setStrokeColor(int) - Method in class net.doo.snap.ui.PolygonView
-
Changes stroke color of the polygon.
- setStrokeWidth(float) - Method in class net.doo.snap.ui.PolygonView
-
Changes width of the stroke of the polygon.
- setThumbnailUri(String) - Method in class net.doo.snap.entity.Document
-
- setupMagnifier(EditPolygonImageView) - Method in class net.doo.snap.ui.MagnifierView
-
- size() - Method in class net.doo.snap.entity.SnappingDraft
-
- SnappingDraft - Class in net.doo.snap.entity
-
Contains
Pages and naming metadata necessary for document creation
- SnappingDraft(Page...) - Constructor for class net.doo.snap.entity.SnappingDraft
-
- SnappingDraft(Parcel) - Constructor for class net.doo.snap.entity.SnappingDraft
-
- SnappingDraft.NoPageByIndexException - Exception in net.doo.snap.entity
-
Thrown if page by index does not exist
- startPreview() - Method in class net.doo.snap.camera.ScanbotCameraView
-
Starts/resumes camera preview stream.
- startRender(Document, Page[], Collection<Language>) - Method in class net.doo.snap.intelligence.OcrPdfRenderer
-
Starts render of document into PDF file.
- stopPreview() - Method in class net.doo.snap.camera.ScanbotCameraView
-
Stops camera preview stream.
- valueOf(String) - Static method in enum net.doo.snap.entity.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.doo.snap.entity.Page.ImageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.doo.snap.process.OcrResultBlock.OcrResultBlockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.doo.snap.util.bitmap.ImageQualityOptimizer.PaperFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.doo.snap.util.log.Logger.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.doo.snap.entity.Language
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.doo.snap.entity.Page.ImageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.doo.snap.process.OcrResultBlock.OcrResultBlockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.doo.snap.util.bitmap.ImageQualityOptimizer.PaperFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.doo.snap.util.log.Logger.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.