Package com.itextpdf.pdfocr.onnx.recognition


package com.itextpdf.pdfocr.onnx.recognition
  • Class
    Description
    Abstract Implementation of a basic text recognition predictor post-processor.
    Implementation of a text recognition predictor post-processor, used for OnnxTR CRNN model outputs.
    Implementation of a text recognition predictor post-processor, used for EasyOCR and PaddleOCR model outputs.
    Label mapper for EasyOCR text recognition models.
    Implementation of a text recognition predictor post-processor, used for OnnxTR non-CRNN model outputs.
    Interface for post-processors, which convert raw output of an ML model and returns recognized characters as a string.
    Interface for predictors, which take a cropped image of text and recognize text characters on it.
    A text recognition predictor implementation, which is using ONNX Runtime and its ML models to recognize text characters on an image.
    Properties for configuring text recognition ONNX models.
    Look-up table for mapping text recognition model results to strings.
    A string-based LUT for mapping text recognition model results to characters.