Hi ;
In my project, I want to convert PDFs from DAM into JSON,
I tried to add
this dependency in core/pom.xml
===========================================
<!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.5</version>
</dependency>
==============================================
After adding this dependency, the Core module enters the installed state due to the dependency.(system/console/components)&(system/console/bundles)
I also tried to upload the PDF Box bundles in the web console. That also does not solve the issue.
Any suggestions should be appreciated.
===================================
When I used Tika, it gave just text content in JSON.