debug: date error
This commit is contained in:
parent
20fe783823
commit
aa4adba771
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ pub async fn fetch(session: &str, last_hash: &str) -> (Vec<Colle>, String) {
|
|||
|
||||
// Extract text using pdf_extract
|
||||
let pdf_text = pdf_extract::extract_text(tmpfile.path()).expect("Failed to extract PDF text");
|
||||
println!("{}", pdf_text)
|
||||
|
||||
// Calculate the hash of the PDF file
|
||||
let hash = hash_text(&pdf_text);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue