From f9d7818487c589fffc32cb9ab1f1185e22ec016b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 2 Nov 2019 17:55:03 +0100 Subject: Add TODO file --- TODO | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..181d19c --- /dev/null +++ b/TODO @@ -0,0 +1,24 @@ +TODO + +2019.11.01 +v Remove `unwrap`s, return a `Result` +v Set up errors +v Add a test +v Make a test PDF +v Take the PDF path as an argument +v Documentation +- Figure out what's wrong with parsing certain PDFs + + + +523170630fd8e9ba695f4167d132a8812d814a1e +$ ./target/debug/pdf-urls ./Resources/PDF32000_2008.pdf +error: utf8 error: invalid utf-8 sequence of 1 bytes from index 0 + +Changed URL conversion to `String::from_utf8_lossy(s)` +$ time ./target/debug/pdf-urls ./Resources/PDF32000_2008.pdf +error: pdf error: An object does not have the expected type + +real 2m19.471s +user 8m44.137s +sys 0m3.798s -- cgit v1.2.3