OCR with Barcode & QR Reading
The Iron Tesseract OcrResult
object will read barcodes and QR Codes during OCR if Ocr.Configuration.ReadBarCodes = true;
This is just one of Iron Software's valuable additions to vanilla/free Tesseract functionality.
How to do OCR to your QR Code
- Install C# library to perform OCR with QR Code
- Instantiate
IronTesseract
and setReadBarCodes
field to true - Import targeted image or PDF containing QR Code
- Perform OCR on image or PDF using
Read
method - View all QR Code value in
Barcodes
property