Creating a package with withExtractionType(ExtractionType.TEXT_TAGS) throws error
Tuesday, August 15, 2023 at 08:16pmI am getting the following exception while trying to create a Package using
.withExtractionType(ExtractionType.TEXT_TAGS) for the DocumentBuilder,
Is there a way to use ExtractionType alongside createPackage?
I am looking forward to create a reminder inside my transaction therefore I cannot use createPackageOneStep nor CreateAndSendPackage.
Thanks
Reply to: Creating a package with withExtractionType(ExtractionType.TEXT_TAGS) throws error
Monday, August 21, 2023 at 10:53amHi euscuvilca,
Thanks for your post!
Give the attached Java SDK code and example PDF with text tags an attempt and let me know if the issue persists.
PS: It seems I can't find your error trace.
Duo