index
:
pdf-urls
master
Extract all URLs from a PDF file.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.rs
blob: 39645518a807ea371191af21f76ef0302a116437 (
plain
)
1
2
3
4
5
use
pdf_urls
::
get_urls_from_pdf
;
fn
main
()
{
get_urls_from_pdf
();
}