Class

com.johnsnowlabs.nlp.util.io

TesseractAccess

Related Doc: package io

Permalink

class TesseractAccess extends Tesseract

Linear Supertypes
Tesseract, ITesseract, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TesseractAccess
  2. Tesseract
  3. ITesseract
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TesseractAccess()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createDocuments(arg0: Array[String], arg1: Array[String], arg2: List[RenderedFormat]): Unit

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  7. def createDocuments(arg0: String, arg1: String, arg2: List[RenderedFormat]): Unit

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  8. def createDocumentsWithResults(arg0: Array[String], arg1: Array[String], arg2: List[RenderedFormat], arg3: Int): List[OCRResult]

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  9. def dispose(): Unit

    Permalink
    Attributes
    protected[net.sourceforge.tess4j]
    Definition Classes
    Tesseract
  10. def doOCR(bi: BufferedImage, rect: Rectangle, level: Int, confidence: Boolean): (String, Double)

    Permalink
  11. def doOCR(arg0: Int, arg1: Int, arg2: ByteBuffer, arg3: String, arg4: Rectangle, arg5: Int): String

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  12. def doOCR(arg0: Int, arg1: Int, arg2: ByteBuffer, arg3: Rectangle, arg4: Int): String

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  13. def doOCR(arg0: List[IIOImage], arg1: String, arg2: Rectangle): String

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  14. def doOCR(arg0: List[IIOImage], arg1: Rectangle): String

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  15. def doOCR(arg0: BufferedImage, arg1: Rectangle): String

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  16. def doOCR(arg0: BufferedImage): String

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  17. def doOCR(arg0: File, arg1: Rectangle): String

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  18. def doOCR(arg0: File): String

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  19. def doOCRWithConfidence(bi: BufferedImage, rect: Rectangle, level: Int): (String, Double)

    Permalink

    Performs OCR operation.

    Performs OCR operation.

    bi

    a buffered image

    rect

    the bounding rectangle defines the region of the image to be recognized. A rectangle of zero dimension or null indicates the whole image.

    returns

    the recognized text

    Annotations
    @throws( ... )
    Exceptions thrown
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def getAPI(): TessAPI

    Permalink
    Attributes
    protected[net.sourceforge.tess4j]
    Definition Classes
    Tesseract
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getHandle(): TessBaseAPI

    Permalink
    Attributes
    protected[net.sourceforge.tess4j]
    Definition Classes
    Tesseract
  26. def getOCRText(arg0: String, arg1: Int): String

    Permalink
    Attributes
    protected[net.sourceforge.tess4j]
    Definition Classes
    Tesseract
  27. def getSegmentedRegions(arg0: BufferedImage, arg1: Int): List[Rectangle]

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  28. def getWords(arg0: BufferedImage, arg1: Int): List[Word]

    Permalink
    Definition Classes
    Tesseract → ITesseract
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. def init(): Unit

    Permalink
    Attributes
    protected[net.sourceforge.tess4j]
    Definition Classes
    Tesseract
  31. def initialize(): Unit

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def setConfigs(arg0: List[String]): Unit

    Permalink
    Definition Classes
    Tesseract → ITesseract
  37. def setDatapath(arg0: String): Unit

    Permalink
    Definition Classes
    Tesseract → ITesseract
  38. def setHocr(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Tesseract
  39. def setImage(arg0: Int, arg1: Int, arg2: ByteBuffer, arg3: Rectangle, arg4: Int): Unit

    Permalink
    Attributes
    protected[net.sourceforge.tess4j]
    Definition Classes
    Tesseract
  40. def setImage(arg0: RenderedImage, arg1: Rectangle): Unit

    Permalink
    Attributes
    protected[net.sourceforge.tess4j]
    Definition Classes
    Tesseract
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def setLanguage(arg0: String): Unit

    Permalink
    Definition Classes
    Tesseract → ITesseract
  42. def setOcrEngineMode(arg0: Int): Unit

    Permalink
    Definition Classes
    Tesseract → ITesseract
  43. def setPageSegMode(arg0: Int): Unit

    Permalink
    Definition Classes
    Tesseract → ITesseract
  44. def setTessVariable(arg0: String, arg1: String): Unit

    Permalink
    Definition Classes
    Tesseract → ITesseract
  45. def setTessVariables(): Unit

    Permalink
    Attributes
    protected[net.sourceforge.tess4j]
    Definition Classes
    Tesseract
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Tesseract

Inherited from ITesseract

Inherited from AnyRef

Inherited from Any

Ungrouped