File: highlevel.rst

package info (click to toggle)
pdfminer 20200726-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,716 kB
  • sloc: python: 13,377; xml: 423; makefile: 95; sh: 3
file content (28 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. _api_highlevel:

High-level functions API
************************

.. _api_extract_text:

extract_text
============

.. currentmodule:: pdfminer.high_level
.. autofunction:: extract_text


.. _api_extract_text_to_fp:

extract_text_to_fp
==================

.. currentmodule:: pdfminer.high_level
.. autofunction:: extract_text_to_fp


extract_pages
=============

.. currentmodule:: pdfminer.high_level
.. autofunction:: extract_pages