From d056aa29dbf0a3fc490e721454d195c141227ec6 Mon Sep 17 00:00:00 2001 From: Orzu Ionut Date: Fri, 11 Jun 2021 09:02:39 +0300 Subject: [PATCH] Fix issue --- resources/python/{dewarp_2 => dewarp}/LICENSE.txt | 0 resources/python/{dewarp_2 => dewarp}/README.md | 0 resources/python/{dewarp_2 => dewarp}/derive_cubic.py | 0 resources/python/{dewarp_2 => dewarp}/page_dewarp.py | 0 resources/python/{dewarp_2 => dewarp}/requirements.txt | 0 resources/python/{unproject_2 => unproject}/LICENSE.txt | 0 resources/python/{unproject_2 => unproject}/README.md | 0 resources/python/{unproject_2 => unproject}/ellipse.py | 0 .../python/{unproject_2 => unproject}/moments_from_contour.py | 0 resources/python/{unproject_2 => unproject}/requirements.txt | 0 resources/python/{unproject_2 => unproject}/unproject_text.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename resources/python/{dewarp_2 => dewarp}/LICENSE.txt (100%) rename resources/python/{dewarp_2 => dewarp}/README.md (100%) rename resources/python/{dewarp_2 => dewarp}/derive_cubic.py (100%) rename resources/python/{dewarp_2 => dewarp}/page_dewarp.py (100%) rename resources/python/{dewarp_2 => dewarp}/requirements.txt (100%) rename resources/python/{unproject_2 => unproject}/LICENSE.txt (100%) rename resources/python/{unproject_2 => unproject}/README.md (100%) rename resources/python/{unproject_2 => unproject}/ellipse.py (100%) rename resources/python/{unproject_2 => unproject}/moments_from_contour.py (100%) rename resources/python/{unproject_2 => unproject}/requirements.txt (100%) rename resources/python/{unproject_2 => unproject}/unproject_text.py (100%) diff --git a/resources/python/dewarp_2/LICENSE.txt b/resources/python/dewarp/LICENSE.txt similarity index 100% rename from resources/python/dewarp_2/LICENSE.txt rename to resources/python/dewarp/LICENSE.txt diff --git a/resources/python/dewarp_2/README.md b/resources/python/dewarp/README.md similarity index 100% rename from resources/python/dewarp_2/README.md rename to resources/python/dewarp/README.md diff --git a/resources/python/dewarp_2/derive_cubic.py b/resources/python/dewarp/derive_cubic.py similarity index 100% rename from resources/python/dewarp_2/derive_cubic.py rename to resources/python/dewarp/derive_cubic.py diff --git a/resources/python/dewarp_2/page_dewarp.py b/resources/python/dewarp/page_dewarp.py similarity index 100% rename from resources/python/dewarp_2/page_dewarp.py rename to resources/python/dewarp/page_dewarp.py diff --git a/resources/python/dewarp_2/requirements.txt b/resources/python/dewarp/requirements.txt similarity index 100% rename from resources/python/dewarp_2/requirements.txt rename to resources/python/dewarp/requirements.txt diff --git a/resources/python/unproject_2/LICENSE.txt b/resources/python/unproject/LICENSE.txt similarity index 100% rename from resources/python/unproject_2/LICENSE.txt rename to resources/python/unproject/LICENSE.txt diff --git a/resources/python/unproject_2/README.md b/resources/python/unproject/README.md similarity index 100% rename from resources/python/unproject_2/README.md rename to resources/python/unproject/README.md diff --git a/resources/python/unproject_2/ellipse.py b/resources/python/unproject/ellipse.py similarity index 100% rename from resources/python/unproject_2/ellipse.py rename to resources/python/unproject/ellipse.py diff --git a/resources/python/unproject_2/moments_from_contour.py b/resources/python/unproject/moments_from_contour.py similarity index 100% rename from resources/python/unproject_2/moments_from_contour.py rename to resources/python/unproject/moments_from_contour.py diff --git a/resources/python/unproject_2/requirements.txt b/resources/python/unproject/requirements.txt similarity index 100% rename from resources/python/unproject_2/requirements.txt rename to resources/python/unproject/requirements.txt diff --git a/resources/python/unproject_2/unproject_text.py b/resources/python/unproject/unproject_text.py similarity index 100% rename from resources/python/unproject_2/unproject_text.py rename to resources/python/unproject/unproject_text.py