nguyenq / tess4j

Java JNA wrapper for Tesseract OCR API
Apache License 2.0
1.58k stars 372 forks source link

Can tess4j be used to convert a pdf with images as content to a searchable pd #239

Closed nimiththomas closed 1 year ago

nimiththomas commented 1 year ago

I need to convert a pdf with images as content to a searchable pdf(the pdf should also contain the images but it should be searchable)

And sorry for posting this as a issue. Didn't know how to clarify this question

nguyenq commented 1 year ago

The answer is yes — via createDocuments method.

nimiththomas commented 1 year ago

Thanks for the clarification