A simple scrapper for Mercadona's receipts
Project description
Mercadona's invoice scrapper
This package allows you to extract the information from a Mercadona's invoice in PDF format and convert it to a pandas DataFrame.
Installation
pip install mdona-scrapper
Usage
from mdona_scrapper import MercadonaScrapper
invoice = MercadonaScrapper.get_invoce('path/to/invoice.pdf')
producs = invoice.products
order_number = invoice.order_number
invoice_number = invoice.invoice_number
payment_date = invoice.payment_date
df = invoice.dataframe
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
mdona_scrapper-0.1.5.tar.gz
(40.1 kB
view details)
Built Distribution
File details
Details for the file mdona_scrapper-0.1.5.tar.gz
.
File metadata
- Download URL: mdona_scrapper-0.1.5.tar.gz
- Upload date:
- Size: 40.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f9fbc673d157115e7880eaf96cea566e6e6588fe843acf5c52c6e1edf3df810 |
|
MD5 | 9cdebebc6c87fbda8d672b0c3452cf6b |
|
BLAKE2b-256 | 338e83608c53f64ecf8ace5cfcb1c85cb1945c4ff9ec97906ef04fff89fb6660 |
File details
Details for the file mdona_scrapper-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: mdona_scrapper-0.1.5-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 792af5a40471796bfa670c69bc9915fb6bb632d5a7d1ad919c1f2f4c284f257a |
|
MD5 | 85e258d993e625006df359fd7f74237f |
|
BLAKE2b-256 | 99a37083f58dee28cc18a2df16ef7f9a406951cafa5af57e5a11715b869339f3 |