2.3.1 • Published 2 months ago

@bizdoc-apps/invoice-scan v2.3.1

Weekly downloads
-
License
https://github.co...
Repository
-
Last release
2 months ago

InvoiceScan for BizDoc

Invoice scanning form for BizDoc.

  • Install Nuget package to support server side:
Install-Package BizDoc.Applications.InvoiceScan
  • Call AddInvoiceScan() and UseInvoiceScan() from startup.cs.
builder.Services.AddBizDoc().
    AddInvoiceScan(options => options.
      UseSqlServer(connectionString, o => o.UseNetTopologySuite()), o =>
  {
  });

  app.UseInvoiceScan();
  • Add this package:
npm i @bizdoc-apps/invoice-scan
  • Add InvyModule to imports in app module.
@NgModule({
    declarations: [
    ],
    imports: [
        BizDocModule,
        InvoiceScanModule.forRoot()
    ],
})
export class AppModule {
}

You can set client behaviour in InvoiceScanModule.forRoot().

See bizdoc.core for more.

Readers

Reader
Abbyy
ComputerVision

Data Analysis

Default cube.

2.3.1

2 months ago

2.2.0

2 months ago

2.1.0

3 months ago

2.0.4

3 months ago

2.0.2

4 months ago

2.0.1

6 months ago

1.18.3

11 months ago

1.17.3

1 year ago

0.17.2

2 years ago

0.17.0

2 years ago

0.17.1

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.15.1

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago