Recognition settings
Contents
[
Hide
]
Aspose.OCR for Python via .NET provides good recognition accuracy and performance by default. However, there will inevitably be cases where the default settings cannot provide reliable recognition results.
To configure Aspose.OCR for Python via .NET recognition settings, specify an optional parameter for the recognition method. The parameter type depends on the recognition method.
Parameter type | Applicable to |
---|---|
RecognitionSettings |
Extracting text from images, scanned PDFs, DjVu files and other content provided as OcrInput object. |
ReceiptRecognitionSettings |
Extracting text from receipts. |
IDCardRecognitionSettings |
Extracting text from ID cards. |
PassportRecognitionSettings |
Extracting text from passports. |
CarPlateRecognitionSettings |
Extracting text from vehicle license plates. |
InvoiceRecognitionSettings |
Extracting text from invoices. |