Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kihoon.lee
FileParser-custom
9a983009397feeb44e88e77cd9192c7ccd1828ef
9a983009397feeb44e88e77cd9192c7ccd1828ef
Switch branch/tag
fileparser-custom
modules
ocr
__init__.py
Find file
Normal view
History
Permalink
__init__.py
74 Bytes
Newer
Older
upload
kihoon.lee
committed
Sep 11, 2024
1
2
3
4
5
from
.reader
import
ReaderForEasyOCR
__all__
=
[
"ReaderForEasyOCR"
]