apache135
apache135
Sorry for the encrypted file, I will find a similar one and upload . Thanks
I found the colored font is text annote , which seems like added on the original pdf file via a pdf editor . Does Camelot support to extract text annote....
``` import os import time import psutil import pyarrow as pa def get_hdfs_client(): ticket_path = "/tmp/krb5cc_3114" return pa.hdfs.connect(user=os.getenv('USER'), kerb_ticket=ticket_path) def upload(hdfs_client): local_upload_path = "/tmp/lvtest/python399.zip" hdfs_path = "/tmp/python399.zip" try: with open(local_upload_path,...
"/tmp/lvtest/python399.zip" size is 3.1G Here is the info from a certain time when the script is running PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3146743...
It may be similar to this issuse. https://github.com/python/cpython/issues/104954