-
### Description of the bug | 错误描述
在win11的docker 里安装后,运行magic-pdf -p /home/data/12_Malovichko.pdf -o /home/data/output -m auto,运行中cuda 出错。但是cuda 显示已经安装好了,不过nvcc -v出错了。
PS C:\Users\AQUANAUT> docke…
-
Hello,
I need help with a PDF conversion issue.
Here is what I am doing in the code:
```
const convertOptions = {
width: 800,
height: 800,
};
pdf2img.convert(fileBuffer, convertOptions)…
-
-
I Created a Rag App where I need images and tables from pdf document i search pdf pkg i found there is PdfParserBase class but it is not completed can someone suggest how to implement it
Here is …
-
I tried to load the attached file and iterate over pdf.AcroForm.Fields. At first I encountered an error:
No appropriate constructor found for type: PdfAcroFieldCollection at PdfSharp.Pdf.PdfDiction…
-
### Description
Comparing the PDF and the HTML I can see that the references to tables are rendered "LABEL:tab:". It should be "Table ".
### (Optional:) Please add any files, screenshots, or other i…
-
Hi,
I am trying to use vector DB for storing of my PDFs stored locally.
So that I take refrence of this code and try to add PDFs in vector DB.
But when I run the script it was still processing …
-
When have a long string inside the table without space then pdf gets cropped. Same thing works fine outside the table.
Example JSON .
```js
content: [
{text: 'Tables 1', style: 'header'},
…
-
Description issue link
#1088
[https://github.com/Kozea/WeasyPrint/issues/1088#issuecomment-1340867520](url)
Thank you for your dedication!
-
Hi, so in my project, when generating a PDF with:
```
$pdf = Pdf::loadView('flights::pages.reports.pdf_flight_report', [
'flights' => $flights,
…