Tag: how-to
All the articles with the tag "how-to".
-
Build a Resume Database: Extract and Query Hundreds of Resumes as SQLite
Transform unstructured resume PDFs into a searchable SQLite database. Extract candidate information, skills, experience, and education into structured tables for recruiting and talent management.
-
Build an Invoice Extractor with Child Tables and Foreign Keys
Step-by-step guide to model invoices with parent/child tables and foreign keys so your extracted data lands in clean relational SQLite.
-
Build a Bank Statement Extractor with JSON Array Transactions
Model bank statements with statement-level columns plus a JSON array of transactions for flexible extraction and querying.