From 02e0f7bc51acfa06e7299919b54b56a3c7eca02b Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Fri, 16 Nov 2018 18:22:33 +0000 Subject: [PATCH] Initial version of sid recognition. Cutting the numerals is not perfect yet. --- .idea/sonarIssues.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.idea/sonarIssues.xml b/.idea/sonarIssues.xml index c014979..60f73dd 100644 --- a/.idea/sonarIssues.xml +++ b/.idea/sonarIssues.xml @@ -13,6 +13,11 @@ <set /> </value> </entry> + <entry key="/a.dummy"> + <value> + <set /> + </value> + </entry> <entry key="$PROJECT_DIR$/Ocr.py"> <value> <set /> -- Gitblit v1.9.3