-
**Describe the bug**
![image](https://github.com/user-attachments/assets/12e32ebe-0b3f-477d-97e5-1512a5cd6015)
**To Reproduce**
Steps to reproduce the behavior:
1. Have many open ports
2. Cre…
-
Hi. I'm trying to get some kind of bounding box alignment between the PDF (text extraction) method below and PyMuPDF's bounding boxes.
The Img2TableImage module's bounding box is reasonably accurat…
-
I attempted to convert PDF files to Markdown, but the table data keeps getting converted into images.
I have already updated the 'table-config' parameter in 'magic-pdf.template.json':
"table-con…
-
### How are you running AnythingLLM?
Docker (local)
### What happened?
I'm afraid I'm doing something wrong, as I can't get documents added using the "Save and embed" dialog. Logs show the followin…
-
### Bug description
Tables placed in fenced divs with `.column-margin` should appear in the margin, as should tables with chunk option `column: margin`.
Markdown (pipe) tables seem to only be place…
-
The table detection and table formatting is working wonderfully for targeting markdown; however, the PyPDFium2 formatting of non-tables is quite lacking. Unfortunately, I need to move away from pymupd…
-
Air permits are stored in the airbranch `dbo.APBPERMITS` table as varbinary data. Word documents are stored in the `DOCPERMITDATA` column, and PDF documents are stored in the `PDFPERMITDATA` column.
…
-
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)…
-
### Bug description
I am trying to produce a short report that contains multiple static tables that i have created using {gt}.
The basic issue that that quarto either fails to render or completely …
-
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'},
…