Skip to content

Commit 7eb08b6

Browse files
committed
Apply renaming also in script
1 parent d19b49f commit 7eb08b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jablib-examples/ieee_pdf_references_to_bibtex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void main() throws Exception {
2222

2323
// This is PDF to BibTeX
2424
// Choose one
25-
var result = CitationsFromPdf.extractCitationsUsingTextMatching(preferences, Path.of("pdfs", "test.pdf"));
25+
var result = CitationsFromPdf.extractCitationsUsingRuleBasedAlgorithm(preferences, Path.of("pdfs", "test.pdf"));
2626
// var result = CitationsFromPdf.extractCitationsUsingGrobid(preferences, Path.of("pdfs", "test.pdf"));
2727
// var result = CitationsFromPdf.extractCitationsUsingLLM(preferences, Logger::info, Path.of("pdfs", "test.pdf"));
2828

0 commit comments

Comments
 (0)