aravindajju
Results
2
issues of
aravindajju
Hi, I am trying to send Proxy-Authorization header as below. ``` LET proxy_header = {"Proxy-Authorization": ["Basic e40b7d5eff464a4fb51efed2d1a19a24"]} LET doc = DOCUMENT("https://example.com", { driver: "cdp", headers: proxy_header}) ``` But Ferret is...
type/bug
area/runtime
I am trying to read an image in PNG format from PDF file. I get the following error. ``` Traceback (most recent call last): File "D:\workspace\pdfextraction\pdfextract.py", line 10, in im...