Pytesseract stuff should not be inside imagetranslation.py file #18
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
High Priority
Urgent requirement
Milestone
Currently we process the image using pytesseract right inside the
imagetranslation.py
file.However, this has the following issues that needs to be fixed:
japanese
, then thepytesseract_config
is not valid.Furthermore, the
imagetranslation.py
file is too big since it contains too much unnecessary logics that can be subdivided into other modules. Therefore, the pytesseract handling should be exported into a seperate file calledtextextraction.py
inside./src/modules
. The file should implement the main methodsuch that the
imagetranslation.py
file now will be call it as suchThe text was updated successfully, but these errors were encountered: