Damien Dotta

Results 31 comments of Damien Dotta

I managed to do what I wanted with `pdftools::pdf_text()` and some complications. It would be very useful if this could be implemented directly in `extract_tables()`

@pachadotdev Here's a solution - not very optimized but does what I want https://gist.github.com/ddotta/8e828145355bb87e78d83191b747b2e0

I try to dowload the extension file and this is what I got : Maybe I did something wrong for the installation.... ![Image](https://github.com/user-attachments/assets/b62ed0b1-1e58-4fc5-b985-cb824b1841d2)

I think I need to wait version 1.2.1 for R package, right ? ```r library(duckdb) cnx

Thanks a lot for your answer @eitsupi 🙏 . So I will check a build R for Windows (mingw)

@lschneiderbauer If you agree, I suggest you stay connected in this issue to be aware of how to use duckdb-1.2.1 R package with windows

A little update on the issue : ```r DBI::dbExecute(cnx, "INSTALL ui;") > [1] 0 DBI::dbExecute(cnx, "LOAD ui;") > [1] 0 ``` But nothing happens when : ```r system("duckdb -ui") ```...

> Thanks. Can you use: > > > > ? With `DBI::dbExecute(cnx, "CALL start_ui()")` the browser automatically opens on `localhost:4213` but the page remains empty..

Thanks but same behaviour for me :( (page empty)

Thanks @mns-nordicals for your response. Unfortunately, it doesn't work for me. I'm using Windows 11 and R 4.4.1 (what's your version of R?) ```r > dbGetQuery(cnx, "select version()") "version"() 1...