Skip to content

Commit

Permalink
Bugfix/ocr provider naming (#87)
Browse files Browse the repository at this point in the history
* minor bug to fix ocr_service --> ocr_provider

* bump version 0.6.1 --> 0.6.2
  • Loading branch information
ml5ah committed Jun 14, 2024
1 parent 308dcc8 commit 6b3e361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tarsier"
version = "0.6.1"
version = "0.6.2"
description = "Vision utilities for web interaction agents"
authors = ["Rohan Pandey", "Adam Watkins", "Asim Shrestha"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tarsier/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ def parse_args() -> argparse.Namespace:

if __name__ == "__main__":
args = parse_args()
asyncio.run(main(args.credentials_path, args.url, args.verbose, args.ocr_service))
asyncio.run(main(args.credentials_path, args.url, args.verbose, args.ocr_provider))

0 comments on commit 6b3e361

Please sign in to comment.