Skip to content

Form Capture is an app for creating complete digitalization workflow using OCR.

License

Notifications You must be signed in to change notification settings

MichalMoudry/formcapture-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET

Form Capture Local

Form Capture application logo

Form Capture is an app for creating complete digitalization workflow using OCR.

Project structure

Project is devided into the following structure:

  • /src containing all the source code of this app.
    • FormCaptureLocalWasm - Blazor WASM project
    • MoumComponents - Library project containg razor components
  • /test containg projects relating to tests.

Motivation

This app is a rework of my previous version, which included a server side. The reason for purely local version was, that is app was meant to have minimal running cost for the end-user.

Translation

This app is translated using resource files and StringLocalizer. All language resource files are located in /src/FormCaptureLocalWasm/Resources.

Language Resource file name
English App.resx
Czech App.cs.resx

Adding a new language

Improving an existing language

User guide