You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let bytes = std::fs::read("tests/docs/simple.pdf").unwrap();let out = pdf_extract::extract_text_from_mem(&bytes).unwrap();assert!(out.contains("This is a small demonstration"));