Skip to content

Commit dafd024

Browse files
committed
add abd use Apache Licence 2 font
1 parent 75db4c8 commit dafd024

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Roboto-Black.ttf

139 KB
Binary file not shown.

SimpleTesseractPythonWrapper.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
"source": [
479479
"# Display Bound boxes with result text\n",
480480
"result_img = im.convert(\"RGBA\")\n",
481-
"draw_font = ImageFont.truetype('arial', 18)\n",
481+
"draw_font = ImageFont.truetype('Roboto-Black.ttf', 26)\n",
482482
"padding = 2\n",
483483
"box_color = (255, 255, 255, 128)\n",
484484
"font_color = (0, 0, 255, 255)\n",

0 commit comments

Comments
 (0)