Skip to content

easonlai/pdf_text_content_hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extract PDF Text Content and Perform Hashing

Python code sample for read and extract content text from PDF file. Then perform hashing (encrypt) by Fernet, and then perform unhashing (decrypt).

Enjoy