andreaswimmer

Results 2 issues of andreaswimmer

### What were you trying to do? Drawing a line as thin as possible. ### How did you attempt to do it? ``` page.drawLine({ start: {x: 0, y: 0}, end:...

bug
needs-triage

utils.py contains the following code https://github.com/JaidedAI/EasyOCR/blob/c999505ef6b43be1c4ee36aa04ad979175178352/easyocr/utils.py#L566-L577 Note that Image is part of PIL https://github.com/JaidedAI/EasyOCR/blob/c999505ef6b43be1c4ee36aa04ad979175178352/easyocr/utils.py#L7-L8 Since both of these map to an integer, this is not a type error. However PIL...