cvxtract 0.2.0

LLM-powered structured extraction from CVs/resumes — PDF, DOCX, HTML, TXT input; typed Rust structs output.
Documentation
1
2
3
4
5
6
7
pub mod extractor;
pub mod loaders;
pub mod model;
pub mod providers;
pub mod unstructured;
pub use model::Model;
pub use unstructured::UnstructuredLoader;