-
I try to use tesseract to directly generate pdfs with an ocr'ed text layer. This is one step of several how pdfsandwich creates searchable pdfs.
The result of the tesseract-subprocess, is a pdf with …
-
Crash log:
`java.lang.NoClassDefFoundError: android.graphics.pdf.PdfRenderer
at es.voghdev.pdfviewpager.library.adapter.BasePDFPagerAdapter.init(BasePDFPagerAdapter.java:75)
at es.voghdev.pdfview…
-
Tested using the applet version 1.9.7
When using `setRotation` a NullPointerException is thrown.
**Code snippet**
```js
function printPDF() {
if (notReady()) { return; }
qz.setPaperS…
-
Don't really like this - but seems to be needed - but there should be a big warning that this is discouraged as we will have no maschine-readable data for this pass
-
Hi, i was trying to use your library to show a pdf in my app ant it gives me that error...
E/APV.PDFRenderer﹕ null
java.lang.NullPointerException
at android.graphics.Canvas.drawBitmap…
-
Hi,
I'm trying to generate pdf using this project with creating a custom org.commonmark.renderer.Renderer. the problem is, the render method returns String which in my case it has flaw design and i…
omidp updated
7 years ago
-
On simulator or samsung galaxy s6 , and xiaomi 4, I can run the code below, but xiaomi3, meizu cann't . It will occur "Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 985", I try many …
-
This means api->GetInputImage() is giving us a processed image.
[test.tif.zip](https://github.com/tesseract-ocr/tesseract/files/632436/test.tif.zip)
[test.pdf](https://github.com/tesseract-ocr/tes…
-
I'm using PDFBox > PDFRenderer.renderPageToGraphics to create an SVG from a PDF page and i was getting a NullPointerException every time, then, after a long backtrace i found this: drawImage(img, null…
-
Hi
this is a great tools to generate a table using pdfbox.
but i found a lot of message on the background log.
such as:
```
Apr 29, 2016 1:54:45 PM org.apache.pdfbox.contentstream.operator.graphics.C…