Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Amir Orbe
LectorOCR
Commits
14b234d6
Commit
14b234d6
authored
3 years ago
by
Amir Orbe
Browse files
Options
Download
Email Patches
Plain Diff
se agrego la funcion para separar la lista por 27 caracteres
parent
403a8ca0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lib/lectorocr.ex
lib/lectorocr.ex
+2
-0
lib/prueba1.txt
lib/prueba1.txt
+0
-1
No files found.
lib/lectorocr.ex
View file @
14b234d6
...
...
@@ -11,5 +11,7 @@ defmodule Lectorocr do
def
extraerDatos
(
contenidoArchivo
)
do
contenidoArchivo
|>
String
.
graphemes
|>
Enum
.
chunk_every
(
27
)
[[]]
end
end
This diff is collapsed.
Click to expand it.
lib/prueba1.txt
View file @
14b234d6
...
...
@@ -2,4 +2,3 @@
| || || || || || || || || |
|_||_||_||_||_||_||_||_||_|
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment