Commit 14b234d6 authored by Amir Orbe's avatar Amir Orbe
Browse files

se agrego la funcion para separar la lista por 27 caracteres

parent 403a8ca0
......@@ -11,5 +11,7 @@ defmodule Lectorocr do
def extraerDatos(contenidoArchivo) do
contenidoArchivo
|> String.graphemes
|> Enum.chunk_every(27)
[[]]
end
end
......@@ -2,4 +2,3 @@
| || || || || || || || || |
|_||_||_||_||_||_||_||_||_|
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment