IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Stand alone runner
editStand alone runner
editIf you want to run some tests within your IDE, you can use StandaloneRunner
class.
It accepts arguments:
-
-u file://URL/TO/YOUR/DOC
-
--size
set extracted size (default to mapper attachment size) -
BASE64
encoded binary
Example:
StandaloneRunner BASE64Text StandaloneRunner -u /tmp/mydoc.pdf StandaloneRunner -u /tmp/mydoc.pdf --size 1000000
It produces something like:
## Extracted text --------------------- BEGIN ----------------------- This is the extracted text ---------------------- END ------------------------ ## Metadata - author: null - content_length: null - content_type: application/pdf - date: null - keywords: null - language: null - name: null - title: null