Class: Xberg::PdfConfig
- Inherits:
-
Object
- Object
- Xberg::PdfConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#allow_single_column_tables ⇒ Boolean?
Returns the value of attribute allow_single_column_tables.
-
#bottom_margin_fraction ⇒ Float?
Returns the value of attribute bottom_margin_fraction.
-
#extract_annotations ⇒ Boolean?
Returns the value of attribute extract_annotations.
-
#extract_form_fields ⇒ Boolean?
Returns the value of attribute extract_form_fields.
-
#extract_images ⇒ Boolean?
Returns the value of attribute extract_images.
-
#extract_metadata ⇒ Boolean?
Returns the value of attribute extract_metadata.
-
#extract_tables ⇒ Boolean?
Returns the value of attribute extract_tables.
-
#hierarchy ⇒ HierarchyConfig?
Returns the value of attribute hierarchy.
-
#ocr_inline_images ⇒ Boolean?
Returns the value of attribute ocr_inline_images.
-
#passwords ⇒ Array[String]?
Returns the value of attribute passwords.
-
#reading_order ⇒ Boolean?
Returns the value of attribute reading_order.
-
#top_margin_fraction ⇒ Float?
Returns the value of attribute top_margin_fraction.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ PdfConfig
constructor
A new instance of PdfConfig.
Constructor Details
#initialize ⇒ PdfConfig
Returns a new instance of PdfConfig.
396 |
# File 'sig/types.rbs', line 396
def initialize: (?extract_images: bool, ?extract_tables: bool, ?passwords: Array[String], ?extract_metadata: bool, ?hierarchy: HierarchyConfig, ?extract_annotations: bool, ?top_margin_fraction: Float, ?bottom_margin_fraction: Float, ?allow_single_column_tables: bool, ?ocr_inline_images: bool, ?extract_form_fields: bool, ?reading_order: bool) -> void
|
Instance Attribute Details
#allow_single_column_tables ⇒ Boolean?
Returns the value of attribute allow_single_column_tables.
391 392 393 |
# File 'sig/types.rbs', line 391 def allow_single_column_tables @allow_single_column_tables end |
#bottom_margin_fraction ⇒ Float?
Returns the value of attribute bottom_margin_fraction.
390 391 392 |
# File 'sig/types.rbs', line 390 def bottom_margin_fraction @bottom_margin_fraction end |
#extract_annotations ⇒ Boolean?
Returns the value of attribute extract_annotations.
388 389 390 |
# File 'sig/types.rbs', line 388 def extract_annotations @extract_annotations end |
#extract_form_fields ⇒ Boolean?
Returns the value of attribute extract_form_fields.
393 394 395 |
# File 'sig/types.rbs', line 393 def extract_form_fields @extract_form_fields end |
#extract_images ⇒ Boolean?
Returns the value of attribute extract_images.
383 384 385 |
# File 'sig/types.rbs', line 383 def extract_images @extract_images end |
#extract_metadata ⇒ Boolean?
Returns the value of attribute extract_metadata.
386 387 388 |
# File 'sig/types.rbs', line 386 def @extract_metadata end |
#extract_tables ⇒ Boolean?
Returns the value of attribute extract_tables.
384 385 386 |
# File 'sig/types.rbs', line 384 def extract_tables @extract_tables end |
#hierarchy ⇒ HierarchyConfig?
Returns the value of attribute hierarchy.
387 388 389 |
# File 'sig/types.rbs', line 387 def hierarchy @hierarchy end |
#ocr_inline_images ⇒ Boolean?
Returns the value of attribute ocr_inline_images.
392 393 394 |
# File 'sig/types.rbs', line 392 def ocr_inline_images @ocr_inline_images end |
#passwords ⇒ Array[String]?
Returns the value of attribute passwords.
385 386 387 |
# File 'sig/types.rbs', line 385 def passwords @passwords end |
#reading_order ⇒ Boolean?
Returns the value of attribute reading_order.
394 395 396 |
# File 'sig/types.rbs', line 394 def reading_order @reading_order end |
#top_margin_fraction ⇒ Float?
Returns the value of attribute top_margin_fraction.
389 390 391 |
# File 'sig/types.rbs', line 389 def top_margin_fraction @top_margin_fraction end |