Fix invalid escape sequences

#65
by jkawamoto - opened

This PR fixes this warning: processing_florence2.py:499: SyntaxWarning: invalid escape sequence '\d'. This warning occurs because a docstring contains unescaped backslashes. This PR modifies the docstring so that it is defined as a raw string and backslashes don’t make escape sequences.

jkawamoto changed pull request status to open
leoxiaobin changed pull request status to merged
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment