-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export to image support #55
Comments
[Re dotemacs#55] This commit also changes slightly the prerequisities for split function Previously it only allowed strings as inputs. IMHO it should also accept files.
Thank you, I'm glad that you're finding it useful.
OK. Is this functionality already present in any of the Java examples here: I'm asking because I'm trying to understand what exactly are you trying to do: extract images out of a PDF or ...?
OK, but let me understand what you're trying to do first. Then if you're willing to do the work, then that would be great. |
[Re dotemacs#55] This commit also changes slightly the prerequisities for split function Previously it only allowed strings as inputs. IMHO it should also accept files.
[Re dotemacs#55] This commit also changes slightly the prerequisities for split function Previously it only allowed strings as inputs. IMHO it should also accept files.
[Re dotemacs#55] This commit also changes slightly the prerequisities for split function Previously it only allowed strings as inputs. IMHO it should also accept files.
We have a use case where we want to extract all images from the entire document so we can then do ML on each image. Extracting the text is done separately. PDFBox looks like the right tool for it: https://docs.aspose.com/pdf/java/extract-images-from-pdf-file/ Similar use case with the nodeJS |
First of all - kudos for this library! It proves to be very useful to our project in Magnet.
However we need an export to image functionality that Apache's PDFbox provides. We fought that it would be nice if your library has it as well.
We'd be happy to make a PR with this.
The text was updated successfully, but these errors were encountered: