Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ try:
# Image-specific options
# output_processed_image=True, # Include processed image
# output_ocr_text=True, # Include OCR text
# masking_method=MaskingMethod.BLACKOUT, # Masking method
# masking_method=MaskingMethod.BLACKBOX, # Masking method

# PDF-specific options
# pixel_density=1.5, # PDF processing density
Expand Down
2 changes: 1 addition & 1 deletion samples/detect_api/deidentify_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def perform_file_deidentification():
# Image-specific options
output_processed_image=True, # Include processed image in output
output_ocr_text=True, # Include OCR text in response
masking_method=MaskingMethod.BLACKOUT, # Masking method for images
masking_method=MaskingMethod.BLACKBOX, # Masking method for images

# PDF-specific options
pixel_density=15, # Pixel density for PDF processing
Expand Down
Loading