Skip to content

qahive/robotframework-pdf2textlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pdf2TextLibrary

Introduction

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

Keyword documentation

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

Installation

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

Directory Layout

Examples/

A simple demonstration robot test script

docs/

Keyword documentation

src/

Python source code

Usage

  1. Import Pdf2TextLibrary

Enhancement and release

  • Create update keyword documents
python -m robot.libdoc -f html src/Pdf2TextLibrary docs/Pdf2TextLibrary.html
  • Extended (In-progress)