This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Stagehand } from "@browserbasehq/stagehand"; | |
import fs from "fs"; | |
import path from "path"; | |
import Tesseract from "tesseract.js"; | |
import { OpenAI } from "openai"; | |
import dotenv from "dotenv"; | |
dotenv.config(); | |
const openai = new OpenAI({ |