This blog entry will show how to extract tables from a pdf, using tabulizer.
Load necessary packages.
Read the pdf of interest, indicating the pages in which the table is located.
Then join tables located in different pages as the same table. Substitute empty cells by NA and locate extra rows based on the NA located in the first column (Familia). Then join extra rows with the previous one.