tarsier
tarsier copied to clipboard
Vision utilities for web interaction agents 👀
Hi! , I'm trying to automate using the search bar on a list of unknown sites. In most cases the bar is not visible but there is an icon I...
I feel like the success rate of a given objective will always be significantly less than 100%. E.g., I've been testing Tarsier to try and get it to make a...
Currently both playwright and selenium are required to run tarsier. Ideally we want user to only have to install a single one of these to get up and running. This...
Currently, tagging annotations are overlayed on the webpage causing the 2 to overlap and increase the frequency of OCR errors. There is a 2 phase tagging approach being discussed that...
For input elements, the current tag alignments will place the tag at the top left of the input container. Typically text/placeholder text will be placed in the middle of the...
``` File ~/.local/lib/python3.10/site-packages/langchain/chains/base.py:675, in Chain.arun(self, callbacks, tags, metadata, *args, **kwargs) [672](https://file+.vscode-resource.vscode-cdn.net/home/amit/Projects/Testing/~/.local/lib/python3.10/site-packages/langchain/chains/base.py:672) if len(args) != 1: [673](https://file+.vscode-resource.vscode-cdn.net/home/amit/Projects/Testing/~/.local/lib/python3.10/site-packages/langchain/chains/base.py:673) raise ValueError("`run` supports only one positional argument.") [674](https://file+.vscode-resource.vscode-cdn.net/home/amit/Projects/Testing/~/.local/lib/python3.10/site-packages/langchain/chains/base.py:674) return ( --> [675](https://file+.vscode-resource.vscode-cdn.net/home/amit/Projects/Testing/~/.local/lib/python3.10/site-packages/langchain/chains/base.py:675) await self.acall(...
For example, would like to have the option to take full screenshots when running ocr.
WIP: implemented colour based tagging & page_to_text_new which doesnt use OCR.
Is 3.11 really needed? I'm asking because AWS EC2 Neuron (e.g., using trainium or inferentia chips) Deep Learning AMI use Python 3.8. Are there some specific features from 3.11+ that...
Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.46.0 to 1.47.0. Release notes Sourced from playwright's releases. v1.47.0 Network Tab improvements The Network tab in the trace viewer has several nice improvements: filtering by asset...