Receipt Scanner

Receipt Scanner is a smart product combining two powerful tools: Optical Character Recognition (OCR) and Artificial Intelligence (AI). Its job? Extracting important info from receipts, whether they're in image or PDF format.

This system first reads the receipts using OCR, pulling out key details. Then, AI steps in to sort through this data, finding things like what was bought, when and where the purchase happened, and any taxes involved.

In a nutshell, Receipt Scanner is a reliable tool that takes the stress out of handling receipt data, making life a whole lot easier. The service seamlessly integrates with the OpenCard API.

The collected data is then returned within the response for further use.

{
	"total_amount": 100,
	"net_amount": 80,
	"total_vat_amount": 20,
	"currency": "SEK",
	"purchase_merchant": "Store X",
	"purchase_date": "2024-01-01"
}

You may add an include query parameter (?include=line_items,environmental_impact) which can add both line items and environmental impact. It is possible to take one or the other. The include will add time to the processing and will increase the cost of each call.

{
	"total_amount": 100,
	"net_amount": 80,
	"total_vat_amount": 20,
	"currency": "SEK",
	"purchase_merchant": "Store X",
	"purchase_date": "2024-01-01"
	"environmental_impact": {
		"provider": "aland_index",
		"merchant_category_code": "5812",
		"carbon_emission_in_grams": 8693.73,
		"carbon_social_cost_amount": 38.57,
		"carbon_social_cost_currency": "SEK"
	},
	"line_items": [
		{
			"name": "Item A",
			"quantity": 1,
			"unit_price": 100,
			"total": 100,
			"currency": "SEK"
		}
	]
}

Exceptional Precision
Receipt Scanner utilizes a seamless computer-based process to accurately transcribe your receipts without any hassle. Our platform is powered by an innovative engine that incorporates a smart algorithm, traditional regex methods, Natural Language Processing (NLP), and Machine Learning. We are committed to achieving high statistical benchmarks and are constantly striving to enhance the accuracy of our receipt scanning capabilities.

Compatibility
Receipt Scanner's highly efficient engine is capable of extracting information from various formats effortlessly. Whether it's a traditional over-the-counter sales receipt or a modern digital receipt in PDF format, OpenCard can effectively scan and process them all. We currently support a wide range of popular file formats, including JPG, PNG, GIF, and PDF. We recommend that you keep your images small, recommendation is 800px width (use ratio for height) to minimize the data to transfer. This will speed up the Receipt Scanner process.