Skip to content

tabulon-ext/receipts-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Receipts Space API

Receipts Space is a product for macOS that automates document processing, by recognizing values and smart classifications.

Content of this repo:

[!INFO] Also see Technical Documentatio and sample export for details about the file format.

Changes

2.1.18 (2025-06-26)

  • Assets url is not a file URL anymore, but a web URL pointing to a temprorary web server inside Receipts Space app

2.0.0 (2025-05-12)

  • providers changed to contacts
  • json is default export format, ejson and plist are deprecated, use export <opts> as 'plist' instead if you need them
  • Changes in the data format
    • provider is now contact
    • New: isDocument is 1 if is document, 0 if is receipt
    • Asset: Checksum is now sha1 instead of md5
    • Asset: path in not available anymore, use url instead
    • Asset: New assetUrl and assetOriginalUrl properties, see docs for details
    • Asset: New type holds MIME type of the asset

1.0.0

  • Receipts 1.x API

About

Material and examples for use of Receipts App's API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 47.8%
  • Objective-C 36.7%
  • Swift 12.0%
  • Shell 3.5%