Skip to content

Commit

Permalink
chore: fix comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
FFengIll committed Mar 8, 2023
1 parent 7407b18 commit c3596b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_white_cut/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def extract_item_box(item):
# TODO: here we ignored fonts and text line direction, may error in some cases
# since the text has a height on y-axis, or has a width on x-axis,
# we must modify it to make the whole text visible
# FIXME: no we use `half` for upper and lower, may not right but work
# FIXME: now we use `half` for upper and lower, may not right but work
bbox = (
bbox[0] - item.width / 2,
bbox[1] - item.height / 2,
Expand Down

0 comments on commit c3596b8

Please sign in to comment.