Skip to content

Commit 05263e0

Browse files
committed
Update supported file formats to PDF/TIFF/JPG/PNG
1 parent 75afb0a commit 05263e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Invoice Parser for PHP 8
44

5-
## 🎯 Extract structured data from invoices (PDF/DOC/DOCX/TXT/RTF) — powered by SharpAPI AI.
5+
## 🎯 Extract structured data from invoices (PDF/TIFF/JPG/PNG) — powered by SharpAPI AI.
66

77
[![Latest Version on Packagist](https://img.shields.io/packagist/v/sharpapi/php-invoice-parser.svg?style=flat-square)](https://packagist.org/packages/sharpapi/php-invoice-parser)
88
[![Total Downloads](https://img.shields.io/packagist/dt/sharpapi/php-invoice-parser.svg?style=flat-square)](https://packagist.org/packages/sharpapi/php-invoice-parser)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharpapi/php-invoice-parser",
3-
"description": "Pure PHP client for SharpAPI Invoice Parser (extracts structured data from invoices in PDF/DOC/DOCX/TXT/RTF).",
3+
"description": "Pure PHP client for SharpAPI Invoice Parser (extracts structured data from invoices in PDF/TIFF/JPG/PNG).",
44
"type": "library",
55
"license": "MIT",
66
"keywords": [

src/InvoiceParserClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct(
2020
/**
2121
* Parse an invoice file and return the async status URL.
2222
*
23-
* Supported formats: PDF/DOC/DOCX/TXT/RTF.
23+
* Supported formats: PDF/TIFF/JPG/PNG.
2424
*
2525
* @api
2626
* @throws GuzzleException

0 commit comments

Comments
 (0)