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

  1. Install C# library to perform OCR with QR Code
  2. Instantiate IronTesseract and set ReadBarCodes field to true
  3. Import targeted image or PDF containing QR Code
  4. Perform OCR on image or PDF using Read method
  5. View all QR Code value in Barcodes property