Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed comparacion/test_espaciado.png
Binary file not shown.
3 changes: 0 additions & 3 deletions src/__init__.py

This file was deleted.

3 changes: 1 addition & 2 deletions src/text_rectification/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"""

from .rectificar3 import rectificar_texto
from .rectificar_simple import rectificar_texto_simple

__all__ = ['rectificar_texto', 'rectificar_texto_simple']
__all__ = ['rectificar_texto']
252 changes: 0 additions & 252 deletions src/text_rectification/rectificar.py

This file was deleted.

Loading