Skip to content

Commit 00fb998

Browse files
committed
Update document and setup.py file for support auto deploy
1 parent e092787 commit 00fb998

File tree

6 files changed

+993
-19
lines changed

6 files changed

+993
-19
lines changed

README.rst

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
Pdf2TextLibrary
2+
===============
3+
4+
.. contents::
5+
6+
7+
Introduction
8+
------------
9+
10+
Pdf2TextLibrary_ is a Robot Framework library for read the pdf file as text data.
11+
12+
13+
Keyword documentation
14+
---------------------
15+
16+
See `keyword documentation <https://qahive.github.io/robotframework-................>`_ for available keywords and more information about the library in general.
17+
18+
19+
Installation
20+
------------
21+
22+
The recommended installation method is using pip::
23+
24+
pip install --upgrade robotframework-pdf2textlibrary
25+
26+
Manal install by download source code to your local computer and running following command to install using python::
27+
28+
python setup.py install --force -v
29+
30+
31+
Directory Layout
32+
----------------
33+
34+
Examples/
35+
A simple demonstration robot test script
36+
37+
docs/
38+
Keyword documentation
39+
40+
src/
41+
Python source code
42+
43+
44+
Usage
45+
-----
46+
47+
1. Import Pdf2TextLibrary
48+
49+
50+
Enhancement and release
51+
-----------------------
52+
53+
- Create update keyword documents
54+
55+
.. code:: python
56+
57+
python -m robot.libdoc -f html src/Pdf2TextLibrary docs/Pdf2TextLibrary.html
58+
59+
- Extended (In-progress)

0 commit comments

Comments
 (0)