testing dataset

This commit is contained in:
2025-07-10 19:42:57 +08:00
commit 185959cf2a
316 changed files with 19605393 additions and 0 deletions

BIN
examples/chinese.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
examples/english.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
examples/example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

BIN
examples/example2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

BIN
examples/example3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

BIN
examples/french.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

BIN
examples/japanese.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
examples/korean.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

4
examples/test.py Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
examples/width_ths.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB