I have a muti page pdf (about 90 pages) . All pages contain table of similar data and all parse with getDataTm without issue except one, getDataTm returns an empty array on the problem page. I've attached two pages of the document, the second page is the one that one won't parse.
I have a similar problem. I can't get the text from one page out of 10. And this happens in different files. Some files are parsed normally. Others with this problem.
Description:
I have a muti page pdf (about 90 pages) . All pages contain table of similar data and all parse with getDataTm without issue except one, getDataTm returns an empty array on the problem page. I've attached two pages of the document, the second page is the one that one won't parse.
PDF input
rearranged.pdf
Expected output & actual output
result from page 1:
etc
result from page 2:
Array ()
Code