tesseract_ocr v0.1.3 TesseractOcr View Source

Documentation for TesseractOcr. This Module is a wrapper of tesseract-ocr

Link to this section Summary

Functions

This function reads the chars on image by OCR

Link to this section Functions

Link to this function

read(path, options \\ %{})

View Source

This function reads the chars on image by OCR

Examples

iex> TesseractOcr.read("test/resources/world.png")
"world"