File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1929,7 +1929,7 @@ try:
19291929 # Image-specific options
19301930 # output_processed_image=True, # Include processed image
19311931 # output_ocr_text=True, # Include OCR text
1932- # masking_method=MaskingMethod.BLACKOUT , # Masking method
1932+ # masking_method=MaskingMethod.BLACKBOX , # Masking method
19331933
19341934 # PDF-specific options
19351935 # pixel_density=1.5, # PDF processing density
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def perform_file_deidentification():
6565 # Image-specific options
6666 output_processed_image = True , # Include processed image in output
6767 output_ocr_text = True , # Include OCR text in response
68- masking_method = MaskingMethod .BLACKOUT , # Masking method for images
68+ masking_method = MaskingMethod .BLACKBOX , # Masking method for images
6969
7070 # PDF-specific options
7171 pixel_density = 15 , # Pixel density for PDF processing
You can’t perform that action at this time.
0 commit comments