Enum OpticalCharacterRecognizer.EngineMode

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      TESSERACT

      The Tesseract OCR and PDF engine.

      SCANBOT_OCR

      The default mode. It uses the Scanbot OCR and PDF engine.

    • Constructor Detail

    • Method Detail

      • valueOf

         final OpticalCharacterRecognizer.EngineMode valueOf(String value)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)