Ask a question to get started
Enter to sendā¢Shift+Enter new line
Decodes a PDFDocEncoding string to Unicode. Adds py3 compatibility to pdfminer's version.
decode_text( s: Union[bytes, str], ) -> str
s
Union[bytes, str]
The string to decode.