YourAverageTechBro
YourAverageTechBro
I have found a solution for this in the typescript library, so you can probably do something similar in Python, too. I used the `TextLoader` class and converted my text...
Locally the `logger.info` seems to be firing correctly. It seems to not consistently send to Axiom. I checked my Axiom logs again and despite using the same `logger.info` across all...
@schehata Are there any updates here? I haven't changed anything on my project and it was working previously but now the logs are largely useless as I can't pull any...
I was running into this issue but adding the read-pdf-viewer css sheets seemed to fix it. Specifically, ``` import "react-pdf/dist/esm/Page/AnnotationLayer.css"; import "react-pdf/dist/esm/Page/TextLayer.css"; import "@react-pdf-viewer/core/lib/styles/index.css"; import "@react-pdf-viewer/default-layout/lib/styles/index.css"; ``` not too sure...
> I was running into this issue but adding the read-pdf-viewer css sheets seemed to fix it. Specifically, > > ``` > import "react-pdf/dist/esm/Page/AnnotationLayer.css"; > import "react-pdf/dist/esm/Page/TextLayer.css"; > import "@react-pdf-viewer/core/lib/styles/index.css";...