Observando grande partes dos captchas vimos que a imagem está compreendida no intervalo: x >= 10, x <= 180 e y >= 12, y <= 42
1  | cortar(img, x_min = 10, x_max = 180, y_min = 12, y_max = 42)
 | 
img | 
 imagem em formato de data.frame com as coluans x, y, r,g, e b  | 
x_min | 
 10  | 
x_max | 
 180  | 
y_min | 
 12  | 
y_max | 
 42  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.