-
版本: kkFileView-4.1.0-SNAPSHOT
部署方式: docker
测试一个包含 invoice.pdf 的zip包, zip包目录列表正常预览, 但是点击里面的文件报无法预览(pdf文件类型)和 301错误(docx文件).
错误日志:
```
2021-12-22 01:48:06.952 INFO 1 --- [p416153648-2621] c.…
-
Hello, I use this code.
`
def pdfread(fp):
parser = PDFParser(fp)
doc = PDFDocument()
parser.set_document(doc)
doc.set_parser(parser)
doc.initialize('')
rsrcmgr = P…
-
the tool is excellent in extracting tables from pdf! i love it.
but i can extract many tables from one pdf and i just only need one table i want located at page n.
How could i locate?
does this …
-
I use the parser to extract insurance policies I get from my insurer. Recently, they changed systems, and suddenly, when I try to parse their PDFs, the output looks like hex. See below for a sample.
…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please…
-
PHP versions prior 8.1 are end of life and therefore not supported anymore (source: https://www.php.net/supported-versions.php). But there are many (Open Source) projects which still rely on them. If …
k00ni updated
8 months ago
-
Hi,
i need some help to parse image from pdf file,
parsing the text is awesome and hats off to you job...
i need to parse the images from the pdf file can you help me...
thankx in advance...
-
Attempting to parse a 250 pg pdf spreadsheet and keep getting errors related to pdfbox. Not sure if this is related to settings on my pc or related to the recent pdfbox update you guys did (I see you …
-
Often you can have PDF that generated by some customer apps, with not obvious order of objects.
if you need parse text im "page-position-order" you can become crap of data from tables.
try extract…
DaLiV updated
9 months ago
-
Hi,
I have a weird issue. I've uploaded a PDF file generate from a website (Print As -> PDF) and some characters are recognized in a wrong way. For instance, a lower-case "y" comes back as an upper…