Skip to content

Commit 3ca191e

Browse files
SK-2116 update masking method readme and sample (#182)
1 parent 1d915a1 commit 3ca191e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

samples/detect_api/deidentify_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)