SyphtClient v0.1.0
mix sypht
View Source
Invoke SyphtClient.send(path) from the command line.
Send the file at path to Sypht and display the decoded response.
Send the file at path to Sypht and display the decoded response.
Examples
mix sypht my-file.pdf
{:ok, %{ "fileId" => "5fd47912-70e9-40fb-9af7-afae1969d9a3", "results" => %{ "fields" => [ %{ "boundingBox" => nil, "confidence" => 1, "name" => "generic.structure", "value" => %{ ... ] ... } }}