Question
Some text unexpectedly turned into images by the PDF Extract API
Hi,
I've been using the PDF Extarct API to display the content of a PDF as an HTML file, so far it's working well, but I'm seeing a couple of odd cases that you might be interested in. The following happens in a pdf that has sets of fill-in-the-blank questions.
For the folllwing text from the PDF:
SELECT c.name 'Channel',
COUNT(i.dataid) 'Count of Items'
FROM __________ i, __________ c
WHERE i.parentid = c.___________
AND i.____________ = 208
GROUP BY c.name, i._____________ ORDER BY COUNT(i.___________) DESC
The last line is extracted as an image instead of text, see below

