Difference between revisions of "Ocrad"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Ocrad |Short description=OCR program based on feature extraction |Full description=Ocrad is an OCR (Optical Character Recognition) program based on a feature extrac...")
 
(ocrad-0.28)
 
(21 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Ocrad
+
|Name=GNU Ocrad
|Short description=OCR program based on feature extraction
+
|Short description=The GNU OCR.
|Full description=Ocrad is an OCR (Optical Character Recognition) program based on a feature extraction method. It reads a bitmap image in pbm format and produces text in byte (8-bit) or UTF-8 formats. It includes a layout analyser able to separate the columns or blocks of text normally found on printed pages.
+
|Full description='''Ocrad''' is an OCR (Optical Character Recognition) program and library based on a feature extraction method. It reads images in png or pnm formats and produces text in byte (8-bit) or UTF-8 formats.
|User level=none
+
 
 +
Ocrad includes a layout analyser able to separate the columns and blocks of text normally found on printed pages. it can be used as a stand-alone console application, or as a backend to other programs.
 +
|Homepage URL=https://www.gnu.org/software/ocrad/
 +
|Version download=https://ftpmirror.gnu.org/ocrad/ocrad-0.28.tar.lz
 +
|Is High Priority Project=No
 +
|Documentation note=https://www.gnu.org/software/ocrad/manual/
 +
 
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,Xsane,ocre
 +
|Keywords=xsane,SANE,productivity,business,gimp,AI,OCR,ocrad,Business and Productivity,gnu,gocr,jocr,clara,kooka,artificial intelligence,kadmos,OCR Shop,FineReader
 +
|Version identifier=0.27
 +
|Version date=2019/01/11
 +
|Version status=stable
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/19
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|Version identifier=0.17
+
|Paid support=https://www.fsf.org/resources/service/
|Version date=2007-06-29
+
|Accepts cryptocurrency donations=Yes
|Version status=stable
+
|OpenPGP signature=https://ftp.gnu.org/gnu/ocrad/ocrad-0.27.tar.lz.sig
|Version download=http://ftp.gnu.org/gnu/ocrad/ocrad-0.17.tar.bz2
+
|Test entry=No
|License verified date=2003-06-17
+
|Is GNU=Yes
|Version comment=0.17 released 2007-06-29
+
|GNU package identifier=ocrad
 +
|Decommissioned/Obsolete=No
 +
|Optional details=No
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License copyright=Copyright (C) 2003-2022 Antonio Diaz Diaz
 +
|License verified by=Genium
 +
|License verified date=2022-01-22
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line
+
|Interface=command-line, library, accessibility
 +
|Programming-language=C++
 +
|Runs-on=BSD, OS X, GNU/Linux
 +
|Use=interface
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=ocrad
 +
}}
 +
{{Person
 +
|Real name=Antonio Diaz Diaz
 +
|Role=Maintainer
 +
|Email=antonio@gnu.org
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/ocrad/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-ocrad/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Mailing List
 +
|Resource URL=https://ftpmirror.gnu.org/ocrad/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/ocrad/
 
}}
 
}}
{{Project license
+
{{Resource
|License=GPLv3orlater
+
|Resource audience=Wikidata
|License verified by=Janet Casey
+
|Resource kind=General
|License verified date=2003-06-17
+
|Resource URL=https://www.wikidata.org/wiki/Q2013782
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/ocrad
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|Computer languages=C++
 +
|Documentation note=https://www.gnu.org/software/ocrad/manual/ocrad_manual.html
 +
|Decommissioned or Obsolete=No
 +
|Keywords=ocr
 +
|Version identifier=0.28
 +
|Version date=2022-01-17
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-01-22
 +
|Submitted by=WikiSysop
 +
|Submitted date=2011-04-12
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/ocrad/ocrad-0.28.tar.lz.sig
 +
|Test entry=No
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 16:19, 22 January 2022


[edit]

GNU Ocrad

https://www.gnu.org/software/ocrad/
The GNU OCR.

Ocrad is an OCR (Optical Character Recognition) program and library based on a feature extraction method. It reads images in png or pnm formats and produces text in byte (8-bit) or UTF-8 formats.

Ocrad includes a layout analyser able to separate the columns and blocks of text normally found on printed pages. it can be used as a stand-alone console application, or as a backend to other programs.

Documentation

https://www.gnu.org/software/ocrad/manual/ocrad_manual.html





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

22 January 2022




Leaders and contributors

Contact(s)Role
Antonio Diaz Diaz Maintainer


Resources and communication

AudienceResource typeURI
FTPMailing Listhttps://ftpmirror.gnu.org/ocrad/
WikidataGeneralhttps://www.wikidata.org/wiki/Q2013782
DebianDeveloperhttps://tracker.debian.org/pkg/ocrad
FTPDownloadhttps://ftp.gnu.org/gnu/ocrad/
SavannahDeveloperhttps://savannah.gnu.org/projects/ocrad/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-ocrad/


Software prerequisites

This entry (in part or in whole) was last reviewed on 22 January 2022.




Entry








"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.