You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
I am working on Play Framework:a java/Scala MVC. I want to extract heading/subheadings from the pdf in my code. How can i use it as a library instead of a command line tool? I am looking for something like
"librarydependencies+= "" % "" % "" so that i can directly call the required function from the java file.
Thanks in Advance
I am working on Play Framework:a java/Scala MVC. I want to extract heading/subheadings from the pdf in my code. How can i use it as a library instead of a command line tool? I am looking for something like
"librarydependencies+= "" % "" % "" so that i can directly call the required function from the java file.
Thanks in Advance