tesseract_ocr v0.1.5 TesseractOcr.TSV View Source

Documentation for TesseractOcr.TSV.

Link to this section Summary

Functions

This function reads the words on image by OCR and returns the TSV's file's path

Link to this section Functions

Link to this function

read(path, output, options \\ %{})

View Source

This function reads the words on image by OCR and returns the TSV's file's path

Examples

iex> TesseractOcr.TSV.read("test/resources/world.png", "/tmp/test")
"/tmp/test.tsv"