Skip to content

Commit

Permalink
pointer log test
Browse files Browse the repository at this point in the history
  • Loading branch information
shinsj4653 committed Feb 24, 2024
1 parent b4a978c commit b3d05a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OCR/googleOCR.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ def text_pointer(uri, x, y):
print('hand y :', y)

for vertex in text.bounding_poly.vertices :
print('vertex x :',x)
print('vertex x :',y)
print('vertex x :',vertex.x)
print('vertex y :',vertex.y)
x_set.add(vertex.x)
y_set.add(vertex.y)

Expand Down

0 comments on commit b3d05a6

Please sign in to comment.