testing dataset
BIN
examples/chinese.jpg
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
examples/easyocr_framework.jpeg
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
examples/english.png
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
examples/example.png
Normal file
|
After Width: | Height: | Size: 477 KiB |
BIN
examples/example2.png
Normal file
|
After Width: | Height: | Size: 477 KiB |
BIN
examples/example3.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
examples/french.jpg
Normal file
|
After Width: | Height: | Size: 164 KiB |
BIN
examples/japanese.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
examples/korean.png
Normal file
|
After Width: | Height: | Size: 220 KiB |
4
examples/test.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import easyocr
|
||||
reader = easyocr.Reader(['ch_sim','en']) # this needs to run only once to load the model into memory
|
||||
result = reader.readtext('chinese.jpg')
|
||||
print(result)
|
||||
BIN
examples/thai.jpg
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
examples/width_ths.png
Normal file
|
After Width: | Height: | Size: 34 KiB |