Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

addFrameHandler(PreviewBuffer.FrameHandler) - Method in interface net.doo.snap.camera.PreviewBuffer
Registers PreviewBuffer.FrameHandler which will receive preview frames from camera.
addPage(Page) - Method in class net.doo.snap.entity.SnappingDraft
Adds page in the end
addPage(int, Page) - Method in class net.doo.snap.entity.SnappingDraft
Adds page to given position
addPictureCallback(PictureCallback) - Method in class net.doo.snap.camera.ScanbotCameraView
Adds callback which will be notified when picture will be taken.
addResultHandler(ContourDetectorFrameHandler.ResultHandler) - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
Registers result handler which will be notified about contour detection results.
attach(ScanbotCameraView) - Static method in class net.doo.snap.camera.AutoSnappingController
attach(ScanbotCameraView, ContourDetectorFrameHandler) - Static method in class net.doo.snap.camera.AutoSnappingController
Convenience method for attaching AutoSnappingController to camera view and ContourDetectorFrameHandler.
attach(ScanbotCameraView) - Static method in class net.doo.snap.camera.ContourDetectorFrameHandler
Convenience method for creating new ContourDetectorFrameHandler and adding it as PreviewBuffer.FrameHandler to given camera view.
autoFocus() - Method in class net.doo.snap.camera.ScanbotCameraView
Performs auto-focus.
AutoSnappingController - Class in net.doo.snap.camera
Controls auto-snapping process by observing contour detection results from ContourDetectorFrameHandler.
AutoSnappingController(ScanbotCameraView, ContourDetectorFrameHandler) - Constructor for class net.doo.snap.camera.AutoSnappingController
 
AutoSnappingController.AutoSnappingCallback - Interface in net.doo.snap.camera
Called right before auto-snapping routine takes picture.

B

blobFactory() - Method in class net.doo.snap.ScanbotSDK
Provides BlobFactory.
blobManager() - Method in class net.doo.snap.ScanbotSDK
Provides BlobManager.

C

CameraOpenCallback - Interface in net.doo.snap.camera
Called when camera is opened and ready for shooting
Cleaner - Class in net.doo.snap.persistence.cleanup
Deletes unreferenced pages and documents from filesystem.
Cleaner() - Constructor for class net.doo.snap.persistence.cleanup.Cleaner
 
Cleaner(UnreferencedSourcesProvider, PageStoreStrategy, DocumentStoreStrategy, ProcessingInfoProvider) - Constructor for class net.doo.snap.persistence.cleanup.Cleaner
 
cleaner() - Method in class net.doo.snap.ScanbotSDK
Provides Cleaner.
cleanUp() - Method in class net.doo.snap.persistence.cleanup.Cleaner
Deletes unreferenced pages and documents from filesystem.
cleanUpPagesData(Page[]) - Method in class net.doo.snap.persistence.cleanup.Cleaner
Cleans up all temporary pages data
ContourDetectorFrameHandler - Class in net.doo.snap.camera
Performs contour detection on camera preview frames.
ContourDetectorFrameHandler(Context) - Constructor for class net.doo.snap.camera.ContourDetectorFrameHandler
 
ContourDetectorFrameHandler.DetectedFrame - Class in net.doo.snap.camera
Contour detection results alongside with information about frame
ContourDetectorFrameHandler.ResultHandler - Interface in net.doo.snap.camera
Continiously notified about contour detection results.
CREATOR - Static variable in class net.doo.snap.entity.Document
 
CREATOR - Static variable in class net.doo.snap.entity.Page
 
CREATOR - Static variable in class net.doo.snap.entity.SnappingDraft
 
CREATOR - Static variable in class net.doo.snap.process.util.DocumentDraft
 

D

d(String, String) - Method in interface net.doo.snap.util.log.Logger
Writes tag and message to the log on Logger.Level.Debug
DEFAULT_POLYGON - Static variable in class net.doo.snap.ui.EditPolygonImageView
 
deletePage(int) - Method in class net.doo.snap.entity.SnappingDraft
Deletes Page at given position
deletePage(Page) - Method in class net.doo.snap.entity.SnappingDraft
Deletes Page if possible
describeContents() - Method in class net.doo.snap.entity.Document
 
describeContents() - Method in class net.doo.snap.entity.Page
 
describeContents() - Method in class net.doo.snap.entity.SnappingDraft
 
describeContents() - Method in class net.doo.snap.process.util.DocumentDraft
 
DetectedFrame(DetectionResult, List<PointF>, int, int, int) - Constructor for class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
 
detectionResult - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Contour detection result status.
dispatchDraw(Canvas) - Method in class net.doo.snap.ui.EditPolygonImageView
 
dispatchDraw(Canvas) - Method in class net.doo.snap.ui.MagnifierView
 
Document - Class in net.doo.snap.entity
Document model used in the application and database.
Document() - Constructor for class net.doo.snap.entity.Document
 
Document(Parcel) - Constructor for class net.doo.snap.entity.Document
 
DocumentDraft - Class in net.doo.snap.process.util
Contains meta information about document being saved
DocumentDraft(Document, Page...) - Constructor for class net.doo.snap.process.util.DocumentDraft
 
DocumentDraft(Parcel) - Constructor for class net.doo.snap.process.util.DocumentDraft
 
DocumentDraftExtractor - Interface in net.doo.snap.process.draft
Creates Document and Page from SnappingDraft and wraps them in DocumentDraft
documentDraftExtractor() - Method in class net.doo.snap.ScanbotSDK
documentDraftExtractor(DocumentDraftExtractor) - Method in class net.doo.snap.ScanbotSDKInitializer
Adjust this parameter to specify snapped pages should be combined into documents and in which format
DocumentProcessingResult - Class in net.doo.snap.process
Result of the document draft processing
DocumentProcessingResult(Document, List<Page>, File) - Constructor for class net.doo.snap.process.DocumentProcessingResult
 
DocumentProcessor - Class in net.doo.snap.process
Saves pdf documents using DocumentDraft source Call in a background thread only.
DocumentProcessor(DocumentStoreStrategy, Resources, BitmapLruCache, PageProcessor, ComposerFactory, <any>, Cleaner) - Constructor for class net.doo.snap.process.DocumentProcessor
 
documentProcessor() - Method in class net.doo.snap.ScanbotSDK

E

e(String, String) - Method in interface net.doo.snap.util.log.Logger
Writes tag and message to the log on Logger.Level.Error
EditPolygonImageView - Class in net.doo.snap.ui
Shows image of document and polygon, which contains document coordinates with ability to change polygon corners and edges Magnifier is shown when polygon corners are moved
EditPolygonImageView(Context, AttributeSet) - Constructor for class net.doo.snap.ui.EditPolygonImageView
Constructor to embed view in XML layout
equals(Object) - Method in class net.doo.snap.entity.Document
 
equals(Object) - Method in class net.doo.snap.entity.Page
 
extract(SnappingDraft) - Method in interface net.doo.snap.process.draft.DocumentDraftExtractor
extract(SnappingDraft) - Method in class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor
 

F

FileChooserUtils - Class in net.doo.snap.util
Provides methods for extracting image path from chooser
FileChooserUtils() - Constructor for class net.doo.snap.util.FileChooserUtils
 
FILTERED_FOLDER - Static variable in class net.doo.snap.entity.Page
 
forJpeg() - Static method in class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor
 
forPdf() - Static method in class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor
 
frameHeight - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Height of the frame before rotation
frameOrientation - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Rotation of the frame in degrees relatively to what is seen on the screen.
frameWidth - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Width of the frame before rotation

G

getDataColumn(Context, Uri, String, String[]) - Static method in class net.doo.snap.util.FileChooserUtils
Get the value of the data column for this Uri.
getDate() - Method in class net.doo.snap.entity.Document
 
getDocument() - Method in class net.doo.snap.process.DocumentProcessingResult
 
getDocument() - Method in class net.doo.snap.process.util.DocumentDraft
 
getDocumentFile() - Method in class net.doo.snap.process.DocumentProcessingResult
 
getDocumentName() - Method in class net.doo.snap.entity.SnappingDraft
 
getDocumentType() - Method in class net.doo.snap.entity.Document
 
getFileName() - Method in enum net.doo.snap.entity.Page.ImageType
 
getId() - Method in class net.doo.snap.entity.Document
 
getId() - Method in class net.doo.snap.entity.Page
 
getImageSize(Page.ImageType) - Method in class net.doo.snap.entity.Page
 
getLanguage() - Method in class net.doo.snap.entity.Document
 
getMimeByName(String) - Static method in class net.doo.snap.util.thread.MimeUtils
Detects MIME from document or file name.
getName() - Method in class net.doo.snap.entity.Document
 
getOcrStatus() - Method in class net.doo.snap.entity.Document
 
getOcrText() - Method in class net.doo.snap.entity.Document
 
getOptimizationType() - Method in class net.doo.snap.entity.Page
 
getPage(int) - Method in class net.doo.snap.entity.SnappingDraft
 
getPages() - Method in class net.doo.snap.entity.SnappingDraft
 
getPages() - Method in class net.doo.snap.process.DocumentProcessingResult
 
getPages() - Method in class net.doo.snap.process.util.DocumentDraft
 
getPagesCount() - Method in class net.doo.snap.entity.Document
 
getParameters() - Method in class net.doo.snap.entity.Page
 
getPath(Context, Uri) - Static method in class net.doo.snap.util.FileChooserUtils
Get a file path from a Uri.
getPolygon() - Method in class net.doo.snap.entity.Page
 
getPolygon() - Method in class net.doo.snap.ui.EditPolygonImageView
 
getPosition(Page) - Method in class net.doo.snap.entity.SnappingDraft
 
getPreviewBuffer() - Method in class net.doo.snap.camera.ScanbotCameraView
 
getRotationType() - Method in class net.doo.snap.entity.Page
 
getSize() - Method in class net.doo.snap.entity.Document
 
getSupportedPictureSizes() - Method in class net.doo.snap.camera.ScanbotCameraView
 
getSupportedPreviewSizes() - Method in class net.doo.snap.camera.ScanbotCameraView
 
getThumbnailUri() - Method in class net.doo.snap.entity.Document
 
getUnreferencedDocuments() - Method in interface net.doo.snap.persistence.cleanup.UnreferencedSourcesProvider
 
getUnreferencedPages() - Method in interface net.doo.snap.persistence.cleanup.UnreferencedSourcesProvider
 

H

handleFrame(byte[], int, int, int) - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
 
handleFrame(byte[], int, int, int) - Method in interface net.doo.snap.camera.PreviewBuffer.FrameHandler
Invoked for every new camera preview frame
handleResult(ContourDetectorFrameHandler.DetectedFrame) - Method in interface net.doo.snap.camera.ContourDetectorFrameHandler.ResultHandler
Called every time contour detection was performed on a frame.
hashCode() - Method in class net.doo.snap.entity.Document
 
hashCode() - Method in class net.doo.snap.entity.Page
 
heightInches - Variable in enum net.doo.snap.util.bitmap.ImageQualityOptimizer.PaperFormat
 

I

i(String, String) - Method in interface net.doo.snap.util.log.Logger
Writes tag and message to the log on Logger.Level.Information
ImageQualityOptimizer - Class in net.doo.snap.util.bitmap
ImageQualityOptimizer() - Constructor for class net.doo.snap.util.bitmap.ImageQualityOptimizer
 
ImageQualityOptimizer.PaperFormat - Enum in net.doo.snap.util.bitmap
Contains common paper formats (width and height in inches)
initialize(Application) - Method in class net.doo.snap.ScanbotSDKInitializer
Initializes Scanbot SDK library
isCombined() - Method in class net.doo.snap.entity.SnappingDraft
 
isDownloadsDocument(Uri) - Static method in class net.doo.snap.util.FileChooserUtils
 
isEmpty() - Method in class net.doo.snap.entity.SnappingDraft
 
isEnabled() - Method in class net.doo.snap.camera.AutoSnappingController
 
isEnabled() - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
 
isExternalStorageDocument(Uri) - Static method in class net.doo.snap.util.FileChooserUtils
 
isLicenseActive() - Method in class net.doo.snap.ScanbotSDK
Provides the status of the license.
isMediaDocument(Uri) - Static method in class net.doo.snap.util.FileChooserUtils
 
isProcessed() - Method in class net.doo.snap.entity.Page
 

L

license(Application, String) - Method in class net.doo.snap.ScanbotSDKInitializer
Set Scanbot SDK license
lockToLandscape() - Method in class net.doo.snap.camera.ScanbotCameraView
Locks camera in landscape mode
lockToPortrait() - Method in class net.doo.snap.camera.ScanbotCameraView
Locks camera in portrait mode
logException(Throwable) - Method in interface net.doo.snap.util.log.Logger
Shows log for exception
logger(Logger) - Method in class net.doo.snap.ScanbotSDKInitializer
Adjust this parameter to specify which Logger should be used.
Logger - Interface in net.doo.snap.util.log
Writes logs
Logger.Level - Enum in net.doo.snap.util.log
Logging level.
logMethod() - Method in interface net.doo.snap.util.log.Logger
Shows log for invoked method

M

MagnifierView - Class in net.doo.snap.ui
View that draws magnifier.
MagnifierView(Context, AttributeSet) - Constructor for class net.doo.snap.ui.MagnifierView
 
MimeUtils - Class in net.doo.snap.util.thread
Utils connected to mime detection
MimeUtils() - Constructor for class net.doo.snap.util.thread.MimeUtils
 
MultipleDocumentsDraftExtractor - Class in net.doo.snap.process.draft
Extracts separate document draft for each page of SnappingDraft
MultipleDocumentsDraftExtractor(SharedPreferences) - Constructor for class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor
 

N

net.doo.snap - package net.doo.snap
 
net.doo.snap.camera - package net.doo.snap.camera
 
net.doo.snap.entity - package net.doo.snap.entity
 
net.doo.snap.persistence.cleanup - package net.doo.snap.persistence.cleanup
 
net.doo.snap.process - package net.doo.snap.process
 
net.doo.snap.process.draft - package net.doo.snap.process.draft
 
net.doo.snap.process.util - package net.doo.snap.process.util
 
net.doo.snap.ui - package net.doo.snap.ui
 
net.doo.snap.util - package net.doo.snap.util
 
net.doo.snap.util.bitmap - package net.doo.snap.util.bitmap
 
net.doo.snap.util.log - package net.doo.snap.util.log
 
net.doo.snap.util.thread - package net.doo.snap.util.thread
 
NoPageByIndexException() - Constructor for exception net.doo.snap.entity.SnappingDraft.NoPageByIndexException
 
NULL - Static variable in interface net.doo.snap.camera.AutoSnappingController.AutoSnappingCallback
Null-object pattern
NULL - Static variable in interface net.doo.snap.camera.CameraOpenCallback
Null-object pattern
NULL - Static variable in interface net.doo.snap.camera.PictureCallback
Null-object pattern

O

OcrResult - Class in net.doo.snap.process
Represents result of OCR-performing.
OcrResult(String, Document) - Constructor for class net.doo.snap.process.OcrResult
 
onAttachedToWindow() - Method in class net.doo.snap.ui.EditPolygonImageView
 
onAttachedToWindow() - Method in class net.doo.snap.ui.MagnifierView
 
onAutoSnapping() - Method in interface net.doo.snap.camera.AutoSnappingController.AutoSnappingCallback
Called right before auto-snapping routine takes picture.
onCameraOpened() - Method in interface net.doo.snap.camera.CameraOpenCallback
Called when camera is opened and ready for shooting
onDetachedFromWindow() - Method in class net.doo.snap.ui.EditPolygonImageView
 
onDetachedFromWindow() - Method in class net.doo.snap.ui.MagnifierView
 
onLayout(boolean, int, int, int, int) - Method in class net.doo.snap.camera.ScanbotCameraView
 
onLayout(boolean, int, int, int, int) - Method in class net.doo.snap.ui.EditPolygonImageView
 
onLayout(boolean, int, int, int, int) - Method in class net.doo.snap.ui.MagnifierView
 
onMeasure(int, int) - Method in class net.doo.snap.camera.ScanbotCameraView
 
onMeasure(int, int) - Method in class net.doo.snap.ui.EditPolygonImageView
 
onPause() - Method in class net.doo.snap.camera.ScanbotCameraView
Notifies view that enclosing Activity or Fragment was paused and therefore camera must be closed.
onPictureTaken(byte[], int) - Method in interface net.doo.snap.camera.PictureCallback
Invoked when picture is taken
onResume() - Method in class net.doo.snap.camera.ScanbotCameraView
Notifies view that enclosing Activity or Fragment was resumed and therefore camera can be started.
onTouchEvent(MotionEvent) - Method in class net.doo.snap.ui.EditPolygonImageView
 
optimizeImage(Bitmap, float, float, long) - Method in class net.doo.snap.util.bitmap.ImageQualityOptimizer
Scales image to desirable quality.
optimizeImage(Bitmap, long) - Method in class net.doo.snap.util.bitmap.ImageQualityOptimizer
Scales image to desirable quality.

P

Page - Class in net.doo.snap.entity
Model for representing snapped instance and associated meta info.
Page() - Constructor for class net.doo.snap.entity.Page
 
Page(String) - Constructor for class net.doo.snap.entity.Page
 
Page.ImageType - Enum in net.doo.snap.entity
Types of images to be saved on disk
pageFactory() - Method in class net.doo.snap.ScanbotSDK
Provides PageFactory.
PictureCallback - Interface in net.doo.snap.camera
Invoked when picture is taken
polygon - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Detected polygon.
PreviewBuffer - Interface in net.doo.snap.camera
Manages access to preview buffer of the Camera
PreviewBuffer.FrameHandler - Interface in net.doo.snap.camera
Handles camera preview frames
processDocument(DocumentDraft) - Method in class net.doo.snap.process.DocumentProcessor
Creates files for given DocumentDraft.

R

recognize() - Method in class net.doo.snap.process.TextRecognizer
Performs text recognition using OcrPerformer
recognizedText - Variable in class net.doo.snap.process.OcrResult
Recognized text as a String
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(ContourDetectorFrameHandler.ResultHandler) - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
Unregisters handler.
replacePage(int, Page) - Method in class net.doo.snap.entity.SnappingDraft
Replaces page at given position with new page

S

sandwichedPdfDocument - Variable in class net.doo.snap.process.OcrResult
Optional sandwiched pdf Document (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
 
ScanbotSDKInitializer - Class in net.doo.snap
Initializes Scanbot SDK library.
ScanbotSDKInitializer() - Constructor for class net.doo.snap.ScanbotSDKInitializer
 
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
 
setDocumentName(String) - Method in class net.doo.snap.entity.SnappingDraft
 
setDocumentType(DocumentType) - Method in class net.doo.snap.entity.Document
 
setEnabled(boolean) - Method in class net.doo.snap.camera.AutoSnappingController
 
setEnabled(boolean) - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
 
setId(String) - Method in class net.doo.snap.entity.Document
 
setImageSize(Page.ImageType, int, int) - Method in class net.doo.snap.entity.Page
Saves information about image size for particular Page.ImageType
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
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.
setSize(long) - Method in class net.doo.snap.entity.Document
 
setThumbnailUri(String) - Method in class net.doo.snap.entity.Document
 
setupMagnifier(EditPolygonImageView) - Method in class net.doo.snap.ui.MagnifierView
Setup magnifier using given EditPolygonImageView
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.
stopPreview() - Method in class net.doo.snap.camera.ScanbotCameraView
Stops camera preview stream.

T

takePicture(boolean) - Method in class net.doo.snap.camera.ScanbotCameraView
Takes picture.
TextRecognition - Interface in net.doo.snap.process
Text recognition API.
textRecognition() - Method in class net.doo.snap.ScanbotSDK
Provides functionality for recognize text.
TextRecognizer - Class in net.doo.snap.process
Performs text recognition.
TextRecognizer(OcrPerformer) - Constructor for class net.doo.snap.process.TextRecognizer
 
toString() - Method in class net.doo.snap.entity.Document
 
toString() - Method in enum net.doo.snap.util.log.Logger.Level
 

U

unlockOrientation() - Method in class net.doo.snap.camera.ScanbotCameraView
Unlocks camera orientation
UnreferencedSourcesProvider - Interface in net.doo.snap.persistence.cleanup
Provides Collection of sources ids, which are not referenced
unreferencedSourcesProvider(UnreferencedSourcesProvider) - Method in class net.doo.snap.ScanbotSDKInitializer
Adjust this parameter to specify which files Cleaner can safely delete during clean up
useFlash(boolean) - Method in class net.doo.snap.camera.ScanbotCameraView
Enables or disables camera flash.

V

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.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.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.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.

W

w(String, String) - Method in interface net.doo.snap.util.log.Logger
Writes tag and message to the log on Logger.Level.Warning
widthInches - Variable in enum net.doo.snap.util.bitmap.ImageQualityOptimizer.PaperFormat
 
withLogging(boolean) - Method in class net.doo.snap.ScanbotSDKInitializer
Enables or disables logs in Scanbot SDK.
withoutPDF(Language, List<Page>) - Method in interface net.doo.snap.process.TextRecognition
Provides TextRecognizer which can be used to recognize text.
withPDF(Language, Document, List<Page>) - Method in interface net.doo.snap.process.TextRecognition
Provides TextRecognizer which can be used for creating PDF with embedded text recognition result.
writeToParcel(Parcel, int) - Method in class net.doo.snap.entity.Document
 
writeToParcel(Parcel, int) - Method in class net.doo.snap.entity.Page
 
writeToParcel(Parcel, int) - Method in class net.doo.snap.entity.SnappingDraft
 
writeToParcel(Parcel, int) - Method in class net.doo.snap.process.util.DocumentDraft
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links