OCR SaaS: Difference between revisions

31 bytes added ,  31 January 2013
no edit summary
(Documentation for the OCR SaaS)
 
No edit summary
Line 1: Line 1:
OCR SaaS
'''OCR SaaS'''
 
Needs:


'''Needs:'''
- Accept incoming request and return a refId of the job.
- Accept incoming request and return a refId of the job.
- Process the ocr with the available OCR engines
- Process the ocr with the available OCR engines
Line 10: Line 9:
- Support round-robin features to share service evenly
- Support round-robin features to share service evenly


Future needs:
'''Future needs:'''
- Socket.io support
- Socket.io support
- Cleaning techniques
- Cleaning techniques
Line 34: Line 33:
'''imageAdd( uri, [id], [endpoint] )'''
'''imageAdd( uri, [id], [endpoint] )'''
returns:
returns:
{  
  {  
   success: bool
   success: bool
  , refId: uuid  
  , refId: uuid  
}
  }


imageRemove( refId )
'''imageRemove( refId )'''
returns:
returns:
{
  {
   success: bool
   success: bool
}
  }