Extracting text from receipt
Contents
[
Hide
]
Almost all organizations offer their employees to reimburse travel expenses, network fees, and other payments confirmed by receipts. However, digitizing receipts is time consuming and lead to human error.
Aspose.OCR offers a special recognition algorithm that extracts text from scanned receipts, which can then be automatically sent to corporate platforms for approval and reimbursement.
To extract text from a receipt, use RecognizeReceipt
method of AsposeOCR
class.
This method allows you to customize recognition accuracy, performance, and other settings.
The method returns a RecognitionResult
object containing the receipt data.