Package-level declarations
Types
ExtractDocument contains single document result returned by the FormXAPIClient.extract
ExtractDocumentError contains error info for parsing document
ExtractDocumentMetaData contains document meta data returned by the FormXAPIClient.extract
ExtractMetaData contains api meta data returned by the FormXAPIClient.extract
FormXAPIClient is a network client to communicate with the FormX API
FormXAPIDetectDocumentsResponse contains the response from FormXAPIClient.findDocuments API
FormXAPIDocument contains a detected document region
FormXAPIExtractErrorException is a exception class threw when calling FormXAPIClient.extract with error
FormXAPIExtractErrorField contains an error of FormXAPIClient.extract
FormXAPIExtractErrorResponse contains the error response return by FormXAPIClient.extract API.
FormXAPIExtractResponse contains the response from FormXAPIClient.extract API.
FormXDataValue is the base class of available extraction value returned by the FormXAPIClient.extract.
FormXDocumentRegion represents a region in the document.
A filter to filter out invalid FormXDocumentRegion
Filter out FormXDocumentRegion with size smaller than the threshold
FormXLetterbox contains the information of how to letterbox a source image to a target image
FormXPointF is a point in the coordinate system of the image
FormXRectF is a rectangle class with x, y, width, height