The Forms Processing Application Suite

Below are links to provide information about the main services available to construct the Forms Application Project

Learn more »

Sample application

A simple test app is available to run against the services.

To run:

  • Make sure you have correct .NET Core SDK (5.0/ 6.0) installed
  • Unzip the files.
  • Navigate to the publish directory. Run the app at the command line with dotnet APITester.dll or ./APITester.exe
  • Use the server assigned to your section for the servername [seappserver1.rit.edu or seappserver2.rit.edu]
    • For certain tests, you will need to use the ftp credentials provided by your instructor

Document Management Service

User and Client submitted forms (their applications) are stored here. RESTful APIs are available for getting documents. The Repository also supports FTP based file transfer. See the instructor for login instructions.

Learn more »

OCR Service

Takes image files (.png, .jpg) and extracts the textual data. RESTful APIs are available for synchronous and asynchronous operation (batch) An FTP based 'hot folder' is also available for batch processing (See documentation for details).
See the instructor for FTP login instructions.

Learn more »

Parser Service

The final step to take a textualized version of the form, and extract the fields. RESTful APIs are available for this service.

Learn more »