-
I get a format specifier warning when building for Android using clang and tess-two:
```
jni/com_googlecode_tesseract_android/src/api/pdfrenderer.cpp:537:28: warning: format specifies type 'long' but…
-
```
java.lang.IllegalArgumentException: Numbers of source Raster bands and source color space components do not match
at java.awt.image.ColorConvertOp.filter(ColorConvertOp.java:482)
a…
-
I'm trying to generated seachable PDF, and saw that Tesseract support this.
Is it possible to do it via the wrapper ? Because I read some discussion back in Feb 2014 (https://github.com/charlesw/tesse…
-
The current ZoomIn function will not retain the current page in the render's view. The Mouse Scroll function will calculate the current mouse location, which works fine, but the zoomin function for bu…
-
Esta estourando um erro:
> Fatal error: Call to undefined method Zend\Mvc\View\Http\ViewManager::getResolver() in D:\dev\oceania\procuracao\www\vendor\los\lospdf\src\LosPdf\Model\ViewPdfRenderer.php …
-
Hey Olmo,
I really like this lib! :)
I played a bit with it but PDFs are displayed quite small on my test-devices.
I had to call `pdfViewPager.setScaleX(2)` to make them appear fullscreen.
Is this an…
-
Is it possible to convert pdf to jpeg using this library? and it will be portable to Core CLR.
-
I am trying to add a scroll event to the PDF object I've created with PDFObject. I want user to scroll at least once before submitting the form.
I've tried javascript onscroll and jQuery .scroll() bu…
-
Hi Scott,
Firstly, thanks for making your library available in open source and for contributing to the community!
I'm not a Python developer (and this might be the problem) but i am getting an error…
-
Hello,
I noticed the new "pdf" option in Tesseract, which creates a PDF file with the image and the background text. That's great !
But usually, the image given to Tesseract is not as nice as the s…