Extracting text from invoices
Contents
[
Hide
]
Even a small business may deal with dozens of printed invoices per day. Manual re-typing is time consuming and error-prone, and even a single mistake may result in significant losses.
Aspose.OCR offers a special recognition algorithm that extracts text from scanned invoices, which can then be automatically sent to accounting programs, databases or banks.
To extract text from an invoice, use RecognizeInvoice
method of Aspose.OCR.AsposeOcr
class.
This method allows you to customize recognition accuracy, performance, and other settings.
The method returns a RecognitionResult
object containing the invoice data.