-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (52 loc) · 3.02 KB
/
Copy pathindex.html
File metadata and controls
61 lines (52 loc) · 3.02 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>Open Source Electronic Invoicing</h1>
<p>An open-source workflow to enable the exchange of electronic invoices in a structured, machine-readable format. Supports Factur-X, ZUGFeRD 1.0 and 2.0, UBL and EN 16931.</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | prepend: site.baseurl }}" role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">Why Electronic Invoices?</h2>
<blockquote>
<p>Every year billions of invoices are exchanged. The majority is emailed in an unstructured PDF format, which means only humans can read and process it.</p>
<p>Invoice-x is a collection of open source applications and libraries aimed at automating the invoicing- and accounting workflow for businesses. Currently we offer tools to extract structured data from legacy PDF invoices, as well as embedding and editing structured XML-representations in hybrid invoices.</p>
</blockquote>
</div>
<div class="col-md-6 text-center">
<img src="img/venn.png" alt="" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-binoculars" aria-hidden="true"></i></h1>
<h3 class="text-center">Use unstructured data in legacy invoices.</h3>
<p><b>invoice2data</b> is a Python library and command line tool to extract structured data from PDF invoices using regex templates and (optionally) OCR.
</p>
<p class="text-center">
<a class="btn btn-secondary btn-md" href="https://github.com/invoice-x/invoice2data" role="button">Learn more</a>
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code" aria-hidden="true"></i></h1>
<h3 class="text-center">Create hybrid invoices with structured data</h3>
<p><b>Factur-X NG</b> (ZUGFeRD 2.0) is a container standard for embedding a XML representation (UBL, EN 16931 or another standard) of the invoice data.</p>
<p class="text-center">
<a class="btn btn-secondary btn-md" href="https://github.com/invoice-x/factur-x-ng" role="button">Learn more</a>
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-desktop" aria-hidden="true"></i></h1>
<h3 class="text-center">GUI-based Metadata Editing</h3>
<p><b>InvoiceX-GUI</b> is a desktop application allowing you to edit hybrid invoices on your desktop. Available for Windows, macOS and Linux.</p>
<p class="text-center">
<a class="btn btn-secondary btn-md" href="https://github.com/invoice-x/invoicex-gui" role="button">Learn more</a>
</p>
</div>
</div>
</div>