parserPDF / file_handler

Commit History

baseline08_beta0.4.0_06Oct25: Refactored. now runs without ProcessPoolExecutor. Marker inherently handles ThreadPoolExecutor and ProcessPoolExecutor. Gradio ui separated from Gradio process logics
c6fb648

semmyk commited on

baseline08_beta0.3.1_01Oct25: refactor progress feedback, gradio ui tweak, weasyprint dll path
7757db2

semmyk commited on

baseline08_beta0.3.0_01Oct25: refactor oauth log in, - Marker converter, dropped llm_client, - add force_ocr: to phase in cli-option
8290881

semmyk commited on

baseline08_beta01_27Sept25: zipped, yield output, log in
962ef72

semmyk commited on

rebaseline07_21Sept25_01 - Errno13 log file permission - HF logout gr.LoginButton
8df8835

semmyk commited on

rebaseline06_20Sept25_06
1510c2c

semmyk commited on

HF Spaces: Errno13: file permission creating log file
a99e5f8

semmyk commited on

baseline and quick fix: Title & Description
2b8a27a

semmyk commited on

file_utils: oops writable_dir.mkdir()
7d3c71d

semmyk commited on

file_utils: fix Permission Errno13 creating log file
75d8b58

semmyk commited on

log file: refactor check_create_file
171594a

semmyk commited on

file_utils: fixing file_path.touch
5377de5

semmyk commited on

file_utils: debugging file_path
f748dfb

semmyk commited on

file_utils: oops: dir_path.chmod(0)
7f1d2ea

semmyk commited on

file_utils: file_path.chmod(0)
6393e05

semmyk commited on

fix: if file exists - dir_path.mkdir(parents=True, exist_ok=True, mode=0o2664) #, mode=0o2644)
1e8cc4d

semmyk commited on

fix: if not file_path.exists() - dir_path.mkdir(parents=True, exist_ok=True) #, mode=0o2644)
aab6bfe

semmyk commited on

fix logger check_create_file() to ensure logging file
e8f8991

semmyk commited on

fix: file.utils create logging file
c1f3308

semmyk commited on

Refactor file permission handling in check_create_paths and ensure consistent logging setup
3c68ee3

semmyk commited on

fix app_logging.log if exists
51c77cb

semmyk commited on

initial commit
0fd441a

semmyk commited on