Search Results for

    Show / Hide Table of Contents

    Class OcrPhotoResult

    Result from or

    Give an access to: Text, Confidence, and TextRegions.

    Inheritance
    System.Object
    AdvancedOcrResultBase
    OcrPhotoResult
    Implements
    IronSoftware.Abstractions.Ocr.IOcrResult
    Inherited Members
    AdvancedOcrResultBase.SaveAsSearchablePdfBytes(Boolean, String, String)
    AdvancedOcrResultBase.SaveAsSearchablePdfStream(Boolean, String, String)
    AdvancedOcrResultBase.SaveAsSearchablePdf(String, Boolean, String, String)
    AdvancedOcrResultBase.Words
    AdvancedOcrResultBase.Characters
    Namespace: IronOcr
    Assembly: IronOcr.dll
    Syntax
    public class OcrPhotoResult : AdvancedOcrResultBase

    Reading text out of a photo in C#, a snapshot of a sign, a label, or a receipt rather than a clean scan, produces an OcrPhotoResult. It is the result type tuned for camera images, where text appears in scattered regions across the frame instead of neat document lines, and it returns from the photo-reading path on IronTesseract. It extends AdvancedOcrResultBase, so it shares the advanced-scan result shape while specializing in the spatial layout a photo demands.

    The members center on those regions. TextRegions is a List<OcrPhotoResult.TextRegion>, each entry a block of text found somewhere in the image, which is the property that distinguishes a photo read from a flat document read. Text gives the combined recognized text and Confidence reports overall certainty, both overriding the base members. SaveAsTextFile writes the recognized text straight to a file when a quick dump is all a workflow needs. Iterate TextRegions when position matters, and fall back to Text for the plain string.

    The read photo how-to walks through reading a camera image, and the photo reading example shows the regions in code.

    Properties

    Confidence

    OCR statistical accuracy confidence as an average of every character.

    1 = 100%, 0 = 0%.

    Declaration
    public override double Confidence { get; }
    Property Value
    Type Description
    System.Double
    Overrides
    AdvancedOcrResultBase.Confidence

    Text

    All Ocr texts from OcrInput.

    Declaration
    public override string Text { get; }
    Property Value
    Type Description
    System.String
    Overrides
    AdvancedOcrResultBase.Text

    TextRegions

    Ocr text and its location on the OcrInput.

    Declaration
    public List<OcrPhotoResult.TextRegion> TextRegions { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<OcrPhotoResult.TextRegion>

    Methods

    SaveAsTextFile(String)

    Exports a .txt version of OcrPhotoResult. This is a plain text file.

    Declaration
    public void SaveAsTextFile(string Path)
    Parameters
    Type Name Description
    System.String Path

    The file path the text file will be saved to.

    Implements

    IronSoftware.Abstractions.Ocr.IOcrResult

    Inherited members

    SaveAsSearchablePdfBytes(Boolean, String, String)
    SaveAsSearchablePdfStream(Boolean, String, String)
    SaveAsSearchablePdf(String, Boolean, String, String)
    Words
    Characters
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    IronOCR_for_dotnet_log2o
    Blue key in circleGet started for FREE
    No credit card required
    Test in a live environment

    Test in production without watermarks.
    Works wherever you need it to.

    Fully-functional product

    Get 30 days of fully functional product.
    Have it up and running in minutes.

    24/5 technical support

    Full access to our support engineering team during your product trial

    Grey key in circleGet started for FREE
    The trial form was submitted successfully.
    Calendar in circleBook Free Live Demo
    No contact, no card details, no commitments Book a 30-minute, personal demo.
    Here's what to expect:

    A live demo of our product and its key features

    Get project specific feature recommendations

    All your questions are answered to make sure you have all the information you need. (No commitment whatsoever.)

    Grey key in circleBook Free Live Demo
    Your booking has been completed Check your e-mail for confirmation
    Support Team Member 6 related to The C# PDF Library Support Team Member 14 related to The C# PDF Library Support Team Member 4 related to The C# PDF Library Support Team Member 2 related to The C# PDF Library
    Online 24/5
    Need help? Our sales team would be glad to help you.
    Try the Enterprise Trial
    ironpdf_for_dotnet_log2o
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    bullet_checkedNo credit card or account creation required
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    Blue key in circleNo credit card or account creation required
    Green Check in orange circle
    The trial form was submitted successfully.
    badge_greencheck_in_yellowcircle
    Thank you for starting a trial

    Please check your email for the trial license key.

    If you don’t receive an email, please start a live chat or email support@ironsoftware.com

    Install with NuGet
    View Licensing
    • Logo Aetna
    • Logo NASA
    • Logo GE
    • Logo Porsche
    • Logo USDA
    • Logo Qatar
    Join Millions of Engineers who’ve tried IronOCR