Skip to content

Commit cfbd3ac

Browse files
committed
Added option to acquire an image using an scanner in SimpleOCR
Fixed package name in update_Tesseract4Delphi.json Added WIAPascal project to the attribution section in the readme file.
1 parent 68cf3f3 commit cfbd3ac

File tree

12 files changed

+4708
-1364
lines changed

12 files changed

+4708
-1364
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ You can also support this project with Liberapay.
6262
* [LAZARUS FREE PASCAL Développement rapide](https://lazaruscomponents.com/2025/11/08/livrel-lazarus-free-pascad/)
6363

6464
## Attribution
65-
* [FatCow Farm-Fresh Web Icons](https://github.com/gammasoft/fatcow)
65+
* [WIAPascal project](https://github.com/maxm74/WIAPascal)
6666

demos/Delphi_VCL/SimpleOCR/SimpleOCR.dpr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
program SimpleOCR;
22

33
uses
4-
//FastMM4,
5-
Vcl.Forms,
6-
uMainForm in 'uMainForm.pas' {MainForm};
7-
4+
Vcl.Forms,
5+
uMainForm in 'uMainForm.pas' {MainForm},
6+
WIA_TLB in 'WIA_TLB.pas';
7+
88
{$R *.res}
99

1010
begin

demos/Delphi_VCL/SimpleOCR/SimpleOCR.dproj

Lines changed: 1133 additions & 1132 deletions
Large diffs are not rendered by default.

demos/Delphi_VCL/SimpleOCR/WIA_TLB.pas

Lines changed: 1584 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)