CoolFace
Apppublic

ankandrew/ppocrv6

sourceHugging Faceupdated 1d agoView on Hugging Face
0likes
App README

PP-OCRv6 Receipt Grouping

Minimal CPU demo:

  1. 1.Choose PP-OCRv6 Tiny, Small, or Medium.
  2. 2.The matching PP-OCRv6 detection + recognition models run on the receipt.
  3. 3.bbox-align groups distant OCR boxes that belong to the same logical line.
  4. 4.The preview shows OCR boxes in red and reconstructed lines in blue.

Models are downloaded automatically the first time each tier is selected.

Runtime note: PaddlePaddle is pinned to 3.2.2 because 3.3.x has a CPU OneDNN/PIR regression affecting PP-OCRv6.