Struct tabula::TabulaEnv[][src]

pub struct TabulaEnv<'env>(_);
Expand description

Implementations

Instantiate Tabula class

  • page_areas: Portion of the page to analyze. If mode is Relative the Rectangle will be taken as % of actual height or width of the page.
  • pages: Nullable slice (if None then all pages) to be parsed
  • output_format: crate::OutputFormat
  • guess: Guess the portion of the page to analyze per page.
  • method: crate::ExtractionMethod
  • use_returns: Use embedded line returns in cells. (Only in spreadsheet mode.)
  • password: Password to decrypt document. None in case of no password.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Look up the concrete type from the JVM.

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.