Build document analysis applications with Azure Document Intelligence (Form Recognizer) SDK for Java. Use when extracting text, tables, key-value pairs from documents, receipts, invoices, or buildi...
Install with Tessl CLI
npx tessl i github:sickn33/antigravity-awesome-skills --skill azure-ai-formrecognizer-java91
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Receipt and invoice field extraction
Correct groupId/artifactId
0%
100%
Correct SDK version
0%
100%
DocumentAnalysisClientBuilder usage
0%
100%
AzureKeyCredential credential
100%
100%
Environment variable config
50%
100%
Correct prebuilt model ID for receipts
100%
100%
SyncPoller pattern
100%
100%
DocumentFieldType type-check before access
100%
100%
Typed field accessors
100%
100%
Confidence score output
100%
100%
HttpResponseException error handling
100%
100%
Correct import package paths
0%
100%
Without context: $0.5734 · 5m 27s · 21 turns · 28 in / 11,282 out tokens
With context: $0.4869 · 3m 56s · 21 turns · 451 in / 6,537 out tokens
Layout, table, and selection mark extraction
Correct SDK dependency
42%
100%
prebuilt-layout model ID
100%
100%
BinaryData.fromFile usage
100%
100%
beginAnalyzeDocument for local file
100%
100%
SyncPoller getFinalResult
100%
100%
Page iteration and metadata
100%
100%
Line content extraction
100%
100%
Table iteration with dimensions
100%
100%
Cell coordinate and content access
100%
100%
Selection mark state access
100%
100%
Selection mark confidence
100%
100%
Without context: $0.4065 · 4m 8s · 17 turns · 21 in / 8,873 out tokens
With context: $0.8216 · 6m 27s · 29 turns · 190 in / 13,215 out tokens
Custom model build, compose, and management
Correct SDK dependency version
0%
100%
DocumentModelAdministrationClientBuilder
100%
100%
beginBuildDocumentModel call
100%
100%
DocumentModelBuildMode.TEMPLATE
100%
100%
BuildDocumentModelOptions with setModelId
100%
100%
BuildDocumentModelOptions with setDescription
100%
100%
beginComposeDocumentModel
100%
100%
ComposeDocumentModelOptions
100%
100%
Model listing
0%
0%
Model deletion
100%
100%
Resource quota check
100%
100%
SyncPoller for admin operations
50%
100%
Without context: $0.4665 · 5m 2s · 21 turns · 27 in / 8,669 out tokens
With context: $0.5520 · 4m 49s · 22 turns · 293 in / 8,648 out tokens
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.