Skip to main content

A package to read and process documents

Project description

# DocumentsReader

# Document to JSON Converter

This project provides a script to extract data in json format from various types of documents (PDF, DOCX, TXT, PPT, Excel, HTML) using a pre-trained model.

## Requirements

Before you begin, ensure you have the following software installed:

- Python 3.10+
- pip (Python package installer)

## Installation

1. Install the necessary Python package:

    ```sh
    pip install documentsreader
    ```

2. Install Poppler (required for `pdf2image`):

    - **Ubuntu/Debian**:
      ```sh
      sudo apt-get install poppler-utils
      ```
    - **macOS** (using Homebrew):
      ```sh
      brew install poppler
      ```
## Example

1. The script will load document, apply the pre-trained model, and generate JSON responses.

- **Documents Processing**:
  - The script loads a pre-trained model using the `transformers` library.
  - It generates a JSON response using the model.
  - The responses can be printed or saved for further analysis.

This README provides an overview of how to set up and use the scripts for to generating JSON data from these documents using a pre-trained model.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DocumentsReader-1.1.5.tar.gz (384.1 kB view hashes)

Uploaded Source

Built Distribution

DocumentsReader-1.1.5-py3-none-any.whl (384.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page