Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BPCP committed Jul 16, 2015
1 parent a174b9e commit 1c21ec5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Alfresco-Zxing-Reader
Uses the Zxing (Zebra Crossing) java libraries to decode bar codes and QR codes in documents.
Currently works for PDF and PNG files only.

A custom aspect (bcode:barCoded) contains a single property (bcode:barCodeText) of type d:text is added.
Retrieval of the bar/QR code text is through a custom action (get-barcode).

Share customization includes the action being added to the document list actions (PDF and PNG only) and the
addition of an indicator showing those files with the barCoded aspect.

Limitations:
PDF and PNG only (should be easy to add other types if needed).
Only looks on the first page of the document for valid code.
Retrieves only one code per page/document (seems to be the one closest to the center of the page)

0 comments on commit 1c21ec5

Please sign in to comment.