Tesseract.jl
  • Tesseract.jl documentation
  • Download required files
  • Load languages
  • Process a single image
  • Process multiple images
  • Reference
    • Index
    • Tesseract.TessOutput
Version
  • Reference
  • Tesseract.TessOutput
  • Tesseract.TessOutput
Edit on GitHub
Tesseract.TessOutput — Type
mutable struct TessOutput{T}
    result::Union{T, Nothing}
end

Output object returned when adding an output renderer to a pipeline. This object usually holds nothing until the tess_run_pipeline method completes.

See slso: tess_pipeline_text

source
« Tesseract.TessInstTesseract.TessParam »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.23 on Wednesday 26 October 2022. Using Julia version 1.6.7.