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.

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.