Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.06 KB

README.rst

File metadata and controls

59 lines (32 loc) · 1.06 KB

Pdf2TextLibrary

Pdf2TextLibrary is a Robot Framework library for read the pdf file as text data.

See keyword documentation for available keywords and more information about the library in general.

The recommended installation method is using pip:

pip install --upgrade robotframework-pdf2textlibrary

Manal install by download source code to your local computer and running following command to install using python:

python setup.py install --force -v
Examples/
A simple demonstration robot test script
docs/
Keyword documentation
src/
Python source code
  1. Import Pdf2TextLibrary
  • Create update keyword documents
python -m robot.libdoc -f html src/Pdf2TextLibrary docs/Pdf2TextLibrary.html
  • Extended (In-progress)