You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On converting pdf to xml using pdf2txt.py, if the script encounters a \ (backslash) in the pdf document then it doesn't output anything after it in the converted xml file.
Test case: This is the pdf document and below is its output on running pdf2txt.py -A -o output.xml -t xml backslash.pdf.
The text was updated successfully, but these errors were encountered:
On converting pdf to xml using
pdf2txt.py
, if the script encounters a\
(backslash) in the pdf document then it doesn't output anything after it in the converted xml file.Test case: This is the pdf document and below is its output on running
pdf2txt.py -A -o output.xml -t xml backslash.pdf
.The text was updated successfully, but these errors were encountered: