JiahuanChen
Results
2
issues of
JiahuanChen
Is there any example that I could follow? Thx
### Description of the bug I was trying to remove all text from PDF files. My python script looks like the following: ```python for page in document: info = json.loads(page.get_text('json',...