Skip to content

Commit

Permalink
small fixes to prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Jun 3, 2024
1 parent bffce03 commit d27339e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def extract_frames(
def ocr(image: np.ndarray) -> List[Dict[str, Any]]:
"""'ocr' extracts text from an image. It returns a list of detected text, bounding
boxes with normalized coordinates, and confidence scores. The results are sorted
from top-left to bottom right. Each element in the return list represents a
from top-left to bottom right. Each element in the returned list represents a
contiguous text region. Text on separate lines is considered separate regions and
would be returned as separate elements.
Expand Down

0 comments on commit d27339e

Please sign in to comment.