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(arg0: Int, arg1: Int, arg2: ByteBuffer, arg3: String, arg4: Rectangle, arg5: Int): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Tesseract → ITesseract
    Annotations
    @throws( ... )
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  30. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. 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