Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qahive/robotframework-pdf2textlibrary
Pdf2TextLibrary is a Robot Framework library for read the pdf file as text data.
https://github.com/qahive/robotframework-pdf2textlibrary
Last synced: about 1 month ago
JSON representation
Pdf2TextLibrary is a Robot Framework library for read the pdf file as text data.
- Host: GitHub
- URL: https://github.com/qahive/robotframework-pdf2textlibrary
- Owner: qahive
- Created: 2017-12-24T05:24:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T06:42:35.000Z (almost 5 years ago)
- Last Synced: 2024-09-30T19:05:09.735Z (about 2 months ago)
- Language: Python
- Homepage: https://www.qahive.com/
- Size: 53.7 KB
- Stars: 5
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Pdf2TextLibrary
===============.. contents::
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 scriptdocs/
Keyword documentationsrc/
Python source codeUsage
-----1. Import Pdf2TextLibrary
Enhancement and release
------------------------ Create update keyword documents
.. code:: python
python -m robot.libdoc -f html src/Pdf2TextLibrary docs/Pdf2TextLibrary.html
- Extended (In-progress)