File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 4848 - test_web.py
4949 - test_deep_research.py
5050 - test_ai_scrape.py
51+ - test_vocr.py
5152 steps :
5253 - uses : actions/checkout@v4
5354
Original file line number Diff line number Diff line change 1313logging .basicConfig (level = logging .INFO )
1414logger = logging .getLogger (__name__ )
1515
16- jigsaw = jigsawstack .JigsawStack (
17- api_url = "http://localhost:3000/api/" , api_key = os .getenv ("JIGSAWSTACK_API_KEY" )
18- )
19- async_jigsaw = jigsawstack .AsyncJigsawStack (
20- api_url = "http://localhost:3000/api/" , api_key = os .getenv ("JIGSAWSTACK_API_KEY" )
21- )
16+ jigsaw = jigsawstack .JigsawStack (api_key = os .getenv ("JIGSAWSTACK_API_KEY" ))
17+ async_jigsaw = jigsawstack .AsyncJigsawStack (api_key = os .getenv ("JIGSAWSTACK_API_KEY" ))
2218
2319IMAGE_URL = "https://jigsawstack.com/preview/vocr-example.jpg"
2420
You can’t perform that action at this time.
0 commit comments