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.
- Assets
urlis not a file URL anymore, but a web URL pointing to a temprorary web server inside Receipts Space app
providerschanged tocontactsjsonis default export format,ejsonandplistare deprecated, useexport <opts> as 'plist'instead if you need them- Changes in the data format
provideris nowcontact- New:
isDocumentis1if is document,0if is receipt - Asset: Checksum is now
sha1instead ofmd5 - Asset:
pathin not available anymore, useurlinstead - Asset: New
assetUrlandassetOriginalUrlproperties, see docs for details - Asset: New
typeholds MIME type of the asset
- Receipts 1.x API