NAME
PDF::Make::Text - Deprecated alias for PDF::Make::Extract
DESCRIPTION
The text-extraction stack was renamed PDF::Make::Text → PDF::Make::Extract when it grew to cover annotations, form fields, and tables. This module is a thin back-compat shim that inherits everything from PDF::Make::Extract. Update your code:
-use PDF::Make::Text;
+use PDF::Make::Extract;
The Result, Block, Line, and Word sub-packages are likewise renamed; the old names are still isa the new ones for now.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 39:
Non-ASCII character seen before =encoding in '→'. Assuming UTF-8