We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6826c00 commit 9096b30Copy full SHA for 9096b30
1 file changed
samples/detect_api/deidentify_file.py
@@ -68,7 +68,7 @@ def perform_file_deidentification():
68
masking_method=MaskingMethod.BLACKOUT, # Masking method for images
69
70
# PDF-specific options
71
- pixel_density=1.5, # Pixel density for PDF processing
+ pixel_density=15, # Pixel density for PDF processing
72
max_resolution=2000, # Max resolution for PDF
73
74
# Audio-specific options
0 commit comments