Receipts Space is a product for macOS that automates document processing, by recognizing values and smart classifications.
Content of this repo:
- Documentation (pre-rendered on the web site)
- Examples
- Export and Import via AppleScript and JavaScript
- Node JS
- Objective-C and Swift
- Shell for command line usage
[!INFO] Also see Technical Documentatio and sample export for details about the file format.
providers
changed tocontacts
json
is default export format,ejson
andplist
are deprecated, useexport <opts> as 'plist'
instead if you need them- Changes in the data format
provider
is nowcontact
- New:
isDocument
is1
if is document,0
if is receipt - Asset: Checksum is now
sha1
instead ofmd5
- Asset:
path
in not available anymore, useurl
instead - Asset: New
assetUrl
andassetOriginalUrl
properties, see docs for details - Asset: New
type
holds MIME type of the asset
- Receipts 1.x API