We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d660c1 commit df9116dCopy full SHA for df9116d
Example/Example04.ExtractText/Example04.ps1
@@ -3,5 +3,9 @@
3
# Get all pages text
4
Convert-PDFToText -FilePath "$PSScriptRoot\Example04.pdf"
5
6
+Convert-PDFToText -FilePath "$PSScriptRoot\Example04.pdf" -ExtractionStrategy LocationTextExtractionStrategy
7
+
8
+Convert-PDFToText -FilePath "$PSScriptRoot\Example04.pdf" -ExtractionStrategy SimpleTextExtractionStrategy
9
10
# Get page 1 text only
11
Convert-PDFToText -FilePath "$PSScriptRoot\Example04.pdf" -Page 1 -IgnoreProtection
0 commit comments