From 9b4aa4e9643b0a5b4a554e455eac269a2472b590 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 6 Jul 2023 14:20:14 +0200 Subject: add some documentation to structs --- src/extractors/pdf.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/extractors/pdf.rs') diff --git a/src/extractors/pdf.rs b/src/extractors/pdf.rs index b7f65d5..8dfe82f 100644 --- a/src/extractors/pdf.rs +++ b/src/extractors/pdf.rs @@ -1,3 +1,4 @@ +// // MIT License // // Copyright (c) 2016 Junfeng Liu @@ -19,6 +20,10 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. +// +// +// For more information see `https://github.com/J-F-Liu/lopdf/blob/master/examples/extract_text.rs` +// use std::collections::BTreeMap; use std::fmt::Debug; -- cgit v1.2.3-70-g09d2