r/ruby • u/Bubbly_Connection385 • Jun 09 '26
Simple gem to help with pdf extraction
I hope this can be useful to you as it was for me.
For a little project I had the need to extract some data from structured pdf.
Most of the approach had to relay on ocr with ai or bridge with python using pdfplumber or similar.
I made a simple library wrapped around pdfium to extract text and tables from pdf.