This commit is contained in:
Mohamed Nouffer
2021-12-07 13:25:14 +05:30
commit db98352fde
32 changed files with 362 additions and 0 deletions

6
sumasen_easyocr/apps.py Normal file
View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class SumasenEasyocrConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'sumasen_easyocr'