add fitz_preprocess as default preprocess for image parser to align with demo

This commit is contained in:
zhangwei13
2025-08-11 09:20:44 +08:00
parent 8c73ba8a7d
commit af3a52fa32
+1
View File
@@ -416,6 +416,7 @@ def main():
args.input_path, args.input_path,
prompt_mode=args.prompt, prompt_mode=args.prompt,
bbox=args.bbox, bbox=args.bbox,
fitz_preprocess=True,
) )